diff options
| -rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 99f0888..363f802 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,6 @@ variables: default: image: $TMP_IMAGE - stage: release artifacts: paths: - pkg/ @@ -32,6 +31,7 @@ build-docker-image: - docker push $TMP_IMAGE .ruby: + stage: release script: - bundle exec omnibus build asdf-ruby variables: @@ -98,6 +98,7 @@ ruby-2-4-10: RUBY_VERSION: '2.4.10' .mono: + stage: release script: - bundle exec omnibus build asdf-mono |
