Skip to content

Commit

Permalink
Revert store_test_benchmark_logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad committed Sep 6, 2023
1 parent 302fc36 commit 5db12cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/ci/store_test_benchmark_logs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -eu
set -e

AZTEC_GITHUB_TOKEN=$1

Expand Down Expand Up @@ -33,11 +33,11 @@ cat /tmp/csv/new.csv \
if [ -s /tmp/csv/trimmed.csv ]; then
cd /tmp

git clone --depth 1 git@github.com:AztecProtocol/benchmark-archive.git
git clone --depth 1 https://$AZTEC_GITHUB_TOKEN:@github.com/AztecProtocol/benchmark-archive

cd benchmark-archive
git config user.email "circleci@bot"
git config user.name "CircleCi Bot"
git config --global user.name AztecBot
git config --global user.email tech@aztecprotocol.com
cat /tmp/csv/trimmed.csv >>benchmarks.csv
git add benchmarks.csv
git commit -m "Added information from branch $BRANCH commit $COMMIT_HASH"
Expand Down

0 comments on commit 5db12cb

Please sign in to comment.