diff options
Diffstat (limited to '.gitlab/deb.yml')
| -rw-r--r-- | .gitlab/deb.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.gitlab/deb.yml b/.gitlab/deb.yml index 7bb8244..f4f3bfe 100644 --- a/.gitlab/deb.yml +++ b/.gitlab/deb.yml @@ -4,7 +4,6 @@ script: - bin/omnibus setup - bin/omnibus build $OMNIBUS_PROJECT - allow_failure: true artifacts: paths: - pkg/ @@ -28,7 +27,6 @@ gem: extends: .deb variables: OMNIBUS_PROJECT: license_management - allow_failure: false golang-1-14: extends: .deb @@ -59,7 +57,6 @@ mono-6: variables: OMNIBUS_PROJECT: mono MONO_VERSION: '6.8.0.123' - allow_failure: false nodejs-10: extends: .deb @@ -78,7 +75,6 @@ php-7: variables: OMNIBUS_PROJECT: php PHP_VERSION: '7.4.8' - allow_failure: false python-2-7: extends: .deb @@ -205,4 +201,3 @@ rust-1-45: variables: OMNIBUS_PROJECT: rust RUST_VERSION: '1.45.0' - allow_failure: false |
