From def94f012eb6208a858cde3a9c7b357d8f9a06f0 Mon Sep 17 00:00:00 2001 From: Denis Pisarev Date: Tue, 10 Mar 2020 13:59:26 +0100 Subject: [PATCH] Necessary warnings test (#5206) * test run warnings test * fix dependency * fail on warnings is now necessary --- substrate/.gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/substrate/.gitlab-ci.yml b/substrate/.gitlab-ci.yml index 19f7298ab6..98cf4dd1d8 100644 --- a/substrate/.gitlab-ci.yml +++ b/substrate/.gitlab-ci.yml @@ -365,8 +365,9 @@ check_warnings: - $DEPLOY_TAG variables: GIT_STRATEGY: none - dependencies: - - test-linux-stable + needs: + - job: test-linux-stable + artifacts: true script: - if [ -s ${CI_COMMIT_SHORT_SHA}_warnings.log ]; then cat ${CI_COMMIT_SHORT_SHA}_warnings.log; @@ -374,7 +375,6 @@ check_warnings: else echo "___No warnings___"; fi - allow_failure: true # Nightly check whether Polkadot 'master' branch builds. check_polkadot: