Skip to content

Commit 6d36cb3

Browse files
committed
CLEANUP/MINOR: ci: remove deprecated gitlab token
1 parent e6a3d74 commit 6d36cb3

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
@@ -105,7 +105,7 @@ build:
105105
before_script:
106106
- apk add git bash curl jq git
107107
- git clone https://github.com/bats-core/bats-core.git && cd bats-core && git checkout $BATS_VERSION && ./install.sh /usr/local && cd ..
108-
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY_GO
108+
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY_GO
109109
script:
110110
- bash -x ./e2e/run.bash
111111
only:

0 commit comments

Comments
 (0)