Skip to content

Commit ed41ba0

Browse files
oktalzmjuraga
authored andcommitted
CLEANUP/MINOR: ci: remove deprecated gitlab token
1 parent 4a45750 commit ed41ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ build:
104104
before_script:
105105
- apk add git bash curl jq git
106106
- git clone https://github.com/bats-core/bats-core.git && cd bats-core && git checkout $BATS_VERSION && ./install.sh /usr/local && cd ..
107-
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY_GO
107+
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY_GO
108108
script:
109109
- bash -x ./e2e/run.bash
110110
rules:

0 commit comments

Comments
 (0)