Skip to content

Commit

Permalink
ci: option means allow_failure: true :)
Browse files Browse the repository at this point in the history
  • Loading branch information
kofemann authored and khys95 committed Aug 23, 2024
1 parent cfce5a1 commit ecbf368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ Check for duplicate dependencies:
stage: build
image: dcache/maven-java17-tar-build
extends: .build_cache
allow_failure: false
allow_failure: true
script:
- mvn -DskipTests -am -pl packages/tar clean dependency:tree > dependency-tree.txt
- |
Expand Down

0 comments on commit ecbf368

Please sign in to comment.