diff options
Diffstat (limited to '.gitlab/deb.yml')
| -rw-r--r-- | .gitlab/deb.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab/deb.yml b/.gitlab/deb.yml index 2a9a3a7..6c21052 100644 --- a/.gitlab/deb.yml +++ b/.gitlab/deb.yml @@ -118,6 +118,12 @@ python-3.3.7: OMNIBUS_PROJECT: python PYTHON_VERSION: '3.3.7' +ruby-2.7.2: + extends: .deb + variables: + OMNIBUS_PROJECT: ruby + RUBY_VERSION: '2.7.2' + ruby-2.7.1: extends: .deb variables: |
