diff options
| author | mo khan <mo.khan@gmail.com> | 2020-08-17 16:23:28 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-08-18 09:27:34 -0600 |
| commit | a54789bcfe9e05ab42dfb6e03457279384e343fe (patch) | |
| tree | 9f0ad8087db423cf57b1e96451a0c977422a50d7 /.gitlab | |
| parent | 24695063d1ba9a73ba92a44fae0813d5492cf29c (diff) | |
Update license_finder to 6.8.1
* Update CHANGELOG
* Add default retry for all jobs
* Ensure all deb packages are built
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 |
