From f0b61c91ce3de8a0a0afffd2e8f05f82c18c4751 Mon Sep 17 00:00:00 2001 From: Alexander Samusev <41779041+alvicsam@users.noreply.github.com> Date: Tue, 26 Apr 2022 11:05:54 +0200 Subject: [PATCH] [ci] Fix benchmark branch name and typo (#1216) --- cumulus/.gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cumulus/.gitlab-ci.yml b/cumulus/.gitlab-ci.yml index 77a78f7a02..2a5cd24729 100644 --- a/cumulus/.gitlab-ci.yml +++ b/cumulus/.gitlab-ci.yml @@ -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}