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 4a45750 commit ed41ba0Copy full SHA for ed41ba0
.gitlab-ci.yml
@@ -104,7 +104,7 @@ build:
104
before_script:
105
- apk add git bash curl jq git
106
- 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
+ - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY_GO
108
script:
109
- bash -x ./e2e/run.bash
110
rules:
0 commit comments