From bc12f6c1eef07b7989d53ccbfe709b8ce67a3cbe Mon Sep 17 00:00:00 2001 From: mo khan Date: Fri, 19 Jun 2020 21:48:32 -0600 Subject: Fix name of project --- .gitlab-ci.yml | 6 +++--- 1 file 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' -- cgit v1.2.3