mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 03:27:58 +00:00
[ci] small fixes (#1196)
This commit is contained in:
committed by
GitHub
parent
2317ef00df
commit
e6cd39f4c3
+2
-2
@@ -202,7 +202,7 @@ benchmarks-build:
|
||||
script:
|
||||
- time cargo build --profile production --locked --features runtime-benchmarks
|
||||
- mkdir artifacts
|
||||
- cp $CARGO_TARGET_DIR/production/polkadot-collator ./artifacts/
|
||||
- cp target/production/polkadot-collator ./artifacts/
|
||||
|
||||
benchmarks:
|
||||
stage: benchmarks-run
|
||||
@@ -220,7 +220,7 @@ benchmarks:
|
||||
- rm -rf .git/config
|
||||
- git config --global user.email "${GITHUB_EMAIL}"
|
||||
- git config --global user.name "${GITHUB_USER}"
|
||||
- git config remote.origin.url "https://${GITHUB_USER}:${GITHUB_TOKEN}@github.com:/paritytech/${CI_PROJECT_NAME}.git"
|
||||
- git config remote.origin.url "https://${GITHUB_USER}:${GITHUB_TOKEN}@github.com/paritytech/${CI_PROJECT_NAME}.git"
|
||||
- git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*"
|
||||
# push results to github
|
||||
- git checkout -b $BRANCHNAME
|
||||
|
||||
Reference in New Issue
Block a user