fix(ci): fix branch reset

This commit is contained in:
Łukasz Mierzwa
2020-05-24 19:13:02 +01:00
committed by Łukasz Mierzwa
parent 11f3fa1d60
commit 33d7c7b84c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ git reset --hard FETCH_HEAD
make benchmark-go | tee master.txt
git reset --hard origin ${TRAVIS_PULL_REQUEST_BRANCH}
git reset --hard ${TRAVIS_PULL_REQUEST_SHA}
make benchmark-go | tee new.txt
make benchmark-compare-go | tee benchstat.txt
+1 -1
View File
@@ -10,7 +10,7 @@ make -C ui build/stats.json
mv ui/build/stats.json master.json
make clean
git reset --hard origin ${TRAVIS_PULL_REQUEST_BRANCH}
git reset --hard ${TRAVIS_PULL_REQUEST_SHA}
make -C ui build/stats.json
./scripts/cra-bundle-stats-diff.py master.json ui/build/stats.json | tee diff.html