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 5fa91c1 commit dd3075dCopy full SHA for dd3075d
.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