diff options
| author | mo khan <mo.khan@gmail.com> | 2019-09-02 12:59:12 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2019-09-02 12:59:12 -0600 |
| commit | d6c239d91049c384aaf1597d67daaa3284778714 (patch) | |
| tree | 6da6f3584472b6374a2282df89dd85c6e7ebdbd2 | |
| parent | 30435d084704bdc4841c4973ad7d4e5544d8f9c0 (diff) | |
move tarball job back to release stage
| -rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f52d784..2c108c1 100644 --- a/.gitlab-ci.yml +++ b/.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 |
