From 0969d87ad73de99f241cbd14d8eca80e9a18dde2 Mon Sep 17 00:00:00 2001 From: mo khan Date: Fri, 19 Jun 2020 21:38:26 -0600 Subject: Remove stage from default job --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3