From 4398594cb13094e6ff9601b6e465b6dc18c28a05 Mon Sep 17 00:00:00 2001 From: gabriel klawitter Date: Mon, 23 Mar 2020 16:22:14 +0530 Subject: [PATCH] Update .maintain/gitlab/check_polkadot.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Bastian Köcher --- .maintain/gitlab/check_polkadot.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.maintain/gitlab/check_polkadot.sh b/.maintain/gitlab/check_polkadot.sh index 6debb86e0d1b0..dc7c7fe586551 100755 --- a/.maintain/gitlab/check_polkadot.sh +++ b/.maintain/gitlab/check_polkadot.sh @@ -60,7 +60,7 @@ then boldprint "no companion pr declared - building polkadot:master" fi else - boldprint "this is not a pull request - building polkadot master" + boldprint "this is not a pull request - building polkadot:master" fi # Make sure we override the crates in native and wasm build @@ -78,4 +78,3 @@ cargo update # Test Polkadot pr or master branch with this Substrate commit. time cargo test --all --release --verbose -