mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 05:38:00 +00:00
[ci] Add message to cargo-deny (#14001)
* [ci] Add message to cargo-deny * fix cargo-deny-licenses
This commit is contained in:
committed by
GitHub
parent
fcfe769c6c
commit
b46a512e1a
@@ -36,6 +36,9 @@ cargo-deny-licenses:
|
||||
- !reference [.rusty-cachier, after_script]
|
||||
- echo "___The complete log is in the artifacts___"
|
||||
- $CARGO_DENY_CMD 2> deny.log
|
||||
- if [ $CI_JOB_STATUS != 'success' ]; then
|
||||
echo 'Please check license of your crate or add an exception to scripts/ci/deny.toml';
|
||||
fi
|
||||
artifacts:
|
||||
name: $CI_COMMIT_SHORT_SHA
|
||||
expire_in: 3 days
|
||||
|
||||
Reference in New Issue
Block a user