Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana committed Nov 29, 2022
1 parent 2b78220 commit 42d685f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/cells/automation/library/plutus-benchmark-runner.sh
Expand Up @@ -37,14 +37,14 @@ if [ -z "$GITHUB_TOKEN" ] ; then
exit 1
fi

PR_BRANCH_REF=$(git rev-parse --short $PR_COMMIT_SHA)

echo "[ci-plutus-benchmark]: Cloning the plutus repository"
git init
git remote add origin git@github.com:input-output-hk/plutus.git
git fetch --depth 1 origin $PR_COMMIT_SHA
git checkout $PR_COMMIT_SHA

PR_BRANCH_REF=$(git rev-parse --short $PR_COMMIT_SHA)

echo "[ci-plutus-benchmark]: Processing benchmark comparison for benchmark '$BENCHMARK_NAME' on PR $PR_NUMBER"

echo "[ci-plutus-benchmark]: Updating cabal database ..."
Expand Down

0 comments on commit 42d685f

Please sign in to comment.