Skip to content

Commit b8ccce6

Browse files
authored
Merge pull request #75 from paritytech/mak/remove-cargo-check-node-template
remove cargo check on node-template as it will be done on PR level
2 parents d138f88 + 9af4e7b commit b8ccce6

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

update_substrate_template.sh

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,7 @@ diener update --substrate --branch "$polkadot_branch"
8888
echo "Run <cargo update> to update replaced references in root Cargo.lock"
8989
cargo update
9090

91-
# Step 5)
92-
echo "Run <cargo check> to verify build"
93-
cargo check
94-
95-
# Step 6) commit & push to https://github.com/substrate-developer-hub/substrate-*-template
91+
# Step 5) commit & push to https://github.com/substrate-developer-hub/substrate-*-template
9692
git config --global user.name substrate-developer-hub
9793
git config --global user.email "[email protected]"
9894
git remote -v
@@ -102,7 +98,7 @@ commit_message="Auto-Update node-template from $polkadot_branch"
10298
git commit -m "$commit_message"
10399
git push origin HEAD
104100

105-
# Step 7) create a pull-request
101+
# Step 6) create a pull-request
106102
curl \
107103
-X POST \
108104
-H "Accept: application/vnd.github+json" \

0 commit comments

Comments
 (0)