Commit d6c239d

mo khan <mo.khan@gmail.com>
2019-09-02 18:59:12
move tarball job back to release stage
1 parent 30435d0
Changed files (1)
.gitlab-ci.yml
@@ -38,14 +38,15 @@ tarball:
   image: $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
   variables:
     GIT_STRATEGY: none
-  stage: test
+  stage: release
   script:
     - cd /code
     - bundle exec rake publish
   artifacts:
     paths:
       - /code/pkg/*.tar.gz
-  allow_failure: true
+  only:
+    - master
 
 publish-image:
   image: docker:stable