summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 363f802..23644d1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,7 +33,7 @@ build-docker-image:
.ruby:
stage: release
script:
- - bundle exec omnibus build asdf-ruby
+ - bundle exec omnibus build rubies
variables:
RUBY_VERSION: '2.7.1'
@@ -100,9 +100,9 @@ ruby-2-4-10:
.mono:
stage: release
script:
- - bundle exec omnibus build asdf-mono
+ - bundle exec omnibus build mono
mono-6-8-0-123:
extends: .mono
variables:
- RUBY_VERSION: '6.8.0.123'
+ MONO_VERSION: '6.8.0.123'