Commit 7998b52

mo khan <mo.khan@gmail.com>
2019-09-02 18:04:24
skip git
1 parent 16a9f4c
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