Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Update .maintain/gitlab/check_polkadot.sh
Browse files Browse the repository at this point in the history
Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com>
  • Loading branch information
gabreal and bkchr authored Mar 23, 2020
1 parent 2745b60 commit 4398594
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .maintain/gitlab/check_polkadot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -78,4 +78,3 @@ cargo update
# Test Polkadot pr or master branch with this Substrate commit.
time cargo test --all --release --verbose


0 comments on commit 4398594

Please sign in to comment.