Skip to content

Commit 5fb4c40

Browse files
authored
[CI] Delete cargo-deny config (#4677)
Nobody seems to maintain this and the job is disabled since months. I think unless the Security team wants to pick this up we delete it for now. Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
1 parent 2460cdd commit 5fb4c40

File tree

2 files changed

+0
-142
lines changed

2 files changed

+0
-142
lines changed

.gitlab/pipeline/check.yml

-24
Original file line numberDiff line numberDiff line change
@@ -24,30 +24,6 @@ check-try-runtime:
2424
# experimental code may rely on try-runtime and vice-versa
2525
- time cargo check --locked --all --features try-runtime,experimental
2626

27-
# FIXME
28-
.cargo-deny-licenses:
29-
stage: check
30-
extends:
31-
- .docker-env
32-
- .test-pr-refs
33-
variables:
34-
CARGO_DENY_CMD: "cargo deny --all-features check licenses -c ./substrate/scripts/ci/deny.toml"
35-
script:
36-
- $CARGO_DENY_CMD --hide-inclusion-graph
37-
after_script:
38-
- echo "___The complete log is in the artifacts___"
39-
- $CARGO_DENY_CMD 2> deny.log
40-
- if [ $CI_JOB_STATUS != 'success' ]; then
41-
echo 'Please check license of your crate or add an exception to scripts/ci/deny.toml';
42-
fi
43-
allow_failure: true
44-
artifacts:
45-
name: $CI_COMMIT_SHORT_SHA
46-
expire_in: 3 days
47-
when: always
48-
paths:
49-
- deny.log
50-
5127
# from substrate
5228
# not sure if it's needed in monorepo
5329
check-dependency-rules:

substrate/scripts/ci/deny.toml

-118
This file was deleted.

0 commit comments

Comments
 (0)