Commit d6c239d
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