File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -88,11 +88,7 @@ diener update --substrate --branch "$polkadot_branch"
8888echo " Run <cargo update> to update replaced references in root Cargo.lock"
8989cargo 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
9692git config --global user.name substrate-developer-hub
9793git config --global user.email
" [email protected] " 9894git remote -v
@@ -102,7 +98,7 @@ commit_message="Auto-Update node-template from $polkadot_branch"
10298git commit -m " $commit_message "
10399git push origin HEAD
104100
105- # Step 7 ) create a pull-request
101+ # Step 6 ) create a pull-request
106102curl \
107103 -X POST \
108104 -H " Accept: application/vnd.github+json" \
You can’t perform that action at this time.
0 commit comments