From 9af4e7b3dfab1eec86877e5e535a397908b52cc1 Mon Sep 17 00:00:00 2001 From: Maksym Hlukhovtsov Date: Fri, 5 Aug 2022 14:22:30 +0100 Subject: [PATCH] remove cargo check on node-template as it will be done on PR level --- update_substrate_template.sh | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/update_substrate_template.sh b/update_substrate_template.sh index 8017aee..87c3386 100755 --- a/update_substrate_template.sh +++ b/update_substrate_template.sh @@ -88,11 +88,7 @@ diener update --substrate --branch "$polkadot_branch" echo "Run to update replaced references in root Cargo.lock" cargo update -# Step 5) -echo "Run to verify build" -cargo check - -# Step 6) commit & push to https://github.com/substrate-developer-hub/substrate-*-template +# Step 5) commit & push to https://github.com/substrate-developer-hub/substrate-*-template git config --global user.name substrate-developer-hub git config --global user.email "devops-team@parity.io" git remote -v @@ -102,7 +98,7 @@ commit_message="Auto-Update node-template from $polkadot_branch" git commit -m "$commit_message" git push origin HEAD -# Step 7) create a pull-request +# Step 6) create a pull-request curl \ -X POST \ -H "Accept: application/vnd.github+json" \