diff options
| author | mo khan <mo.khan@gmail.com> | 2020-06-19 21:48:32 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-06-19 21:48:32 -0600 |
| commit | bc12f6c1eef07b7989d53ccbfe709b8ce67a3cbe (patch) | |
| tree | c59c81f9c65c2907291302cc7904bc5efb574c73 | |
| parent | 0969d87ad73de99f241cbd14d8eca80e9a18dde2 (diff) | |
Fix name of project
| -rw-r--r-- | .gitlab-ci.yml | 6 |
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' |
