diff options
| -rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f5cf46..a664dfb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,6 +35,8 @@ javadoc: tarball: image: $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA + variables: + GIT_STRATEGY: none stage: test script: - bundle exec rake publish @@ -45,6 +47,8 @@ tarball: publish-image: image: docker:stable + variables: + GIT_STRATEGY: none stage: release script: - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY |
