summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-06-19 21:38:26 -0600
committermo khan <mo.khan@gmail.com>2020-06-19 21:38:26 -0600
commit0969d87ad73de99f241cbd14d8eca80e9a18dde2 (patch)
tree1fb69505a7ba1889377ae5c4d228ba62b103894c
parentc78aa3830ba4e2ac055c4966bb33ca4da45f5db4 (diff)
Remove stage from default job
-rw-r--r--.gitlab-ci.yml3
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