diff options
| author | Can Eldem <celdem@gitlab.com> | 2020-08-19 12:04:46 +0000 |
|---|---|---|
| committer | Can Eldem <celdem@gitlab.com> | 2020-08-19 12:04:46 +0000 |
| commit | 99a89248b2e6c08bf7a5c6c7950793b1418b9555 (patch) | |
| tree | 9f0ad8087db423cf57b1e96451a0c977422a50d7 /.gitlab | |
| parent | 24695063d1ba9a73ba92a44fae0813d5492cf29c (diff) | |
| parent | a54789bcfe9e05ab42dfb6e03457279384e343fe (diff) | |
Merge branch 'upgrade-license-finder' into 'master'v3.23.0
Upgrade license finder to 6.8.1
See merge request gitlab-org/security-products/license-management!209
Diffstat (limited to '.gitlab')
| -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 |
