Commit 7998b52
Changed files (1)
.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