From 403d9aab102fc459c2f590bebb5609cecd485a78 Mon Sep 17 00:00:00 2001 From: Denis Pisarev Date: Mon, 15 Feb 2021 13:15:58 +0100 Subject: [PATCH] CI: temp. allow cargo deny to fail (#8122) --- substrate/.gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/substrate/.gitlab-ci.yml b/substrate/.gitlab-ci.yml index 4a410cf3e5..a237bfc496 100644 --- a/substrate/.gitlab-ci.yml +++ b/substrate/.gitlab-ci.yml @@ -199,6 +199,8 @@ cargo-deny: when: always paths: - deny.log + # FIXME: Temorarily allow to fail. + allow_failure: true cargo-check-benches: stage: test