mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 11:41:02 +00:00
[ci] Fix benchmark branch name and typo (#1216)
This commit is contained in:
committed by
GitHub
parent
2e8d7aae6c
commit
f0b61c91ce
@@ -215,7 +215,7 @@ benchmarks:
|
||||
- ./scripts/benchmarks-ci.sh statemint > ./artifacts/bench-statemint.log
|
||||
- ./scripts/benchmarks-ci.sh westmint > ./artifacts/bench-westmint.log
|
||||
- git status
|
||||
- export BRANCHNAME="${CI_COMMIT_BRANCH}-weights"
|
||||
- export BRANCHNAME="weights-${CI_COMMIT_BRANCH}"
|
||||
# Set git config
|
||||
- rm -rf .git/config
|
||||
- git config --global user.email "${GITHUB_EMAIL}"
|
||||
@@ -225,7 +225,7 @@ benchmarks:
|
||||
# push results to github
|
||||
- git checkout -b $BRANCHNAME
|
||||
- git add polkadot-parachains/*
|
||||
- git commit -m "[benchmarks] pr with wieghts"
|
||||
- git commit -m "[benchmarks] pr with weights"
|
||||
- git push origin $BRANCHNAME
|
||||
# create PR
|
||||
- curl -u ${GITHUB_USER}:${GITHUB_TOKEN}
|
||||
|
||||
Reference in New Issue
Block a user