From d6c239d91049c384aaf1597d67daaa3284778714 Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 2 Sep 2019 12:59:12 -0600 Subject: move tarball job back to release stage --- .gitlab-ci.yml | 5 +++-- 1 file 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 -- cgit v1.2.3