We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a3d74 commit 6d36cb3Copy full SHA for 6d36cb3
.gitlab-ci.yml
@@ -105,7 +105,7 @@ build:
105
before_script:
106
- apk add git bash curl jq git
107
- 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
+ - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY_GO
109
script:
110
- bash -x ./e2e/run.bash
111
only:
0 commit comments