[ci] Add message to cargo-deny (#14001)

* [ci] Add message to cargo-deny

* fix cargo-deny-licenses
This commit is contained in:
Alexander Samusev
2023-04-25 10:15:57 +02:00
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