Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Update to make cargo-deny happy (#6547)
Browse files Browse the repository at this point in the history
* Update to make cargo-deny happy

* Remove cargo deny from CI

* change (ci): run cargo deny only on tags and schedules

Co-authored-by: Denis P <[email protected]>
  • Loading branch information
bkchr and TriplEight authored Jul 1, 2020
1 parent 996a86c commit fccb923
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ cargo-audit:
cargo-deny:
stage: test
<<: *docker-env
only:
- schedules
- tags
- web
script:
- cargo deny check --hide-inclusion-graph -c .maintain/deny.toml
after_script:
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fccb923

Please sign in to comment.