From c1654ecd234337fc26d7445b57cc535c4efa67df Mon Sep 17 00:00:00 2001 From: ddorgan Date: Tue, 11 Jun 2019 16:26:13 +0100 Subject: [PATCH] Allow check-runtime to fail (#2845) * Allow check-runtime to fail * Do not allow the line-width to fail * Allow failure on line-check --- substrate/.gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/substrate/.gitlab-ci.yml b/substrate/.gitlab-ci.yml index d792fc6ebf..82fb604112 100644 --- a/substrate/.gitlab-ci.yml +++ b/substrate/.gitlab-ci.yml @@ -68,6 +68,7 @@ check-runtime: GITHUB_API_PROJECT: "parity%2Finfrastructure%2Fgithub-api" script: - ./scripts/gitlab/check_runtime.sh + allow_failure: true check-line-width: @@ -78,7 +79,7 @@ check-line-width: - /^[0-9]+$/ script: - ./scripts/gitlab/check_line_width.sh - allow_failure: false + allow_failure: true cargo-audit: