fix(ci): fix branch reset

This commit is contained in:
Łukasz Mierzwa
2020-05-24 18:17:30 +01:00
committed by Łukasz Mierzwa
parent 11f3fa1d60
commit 33d7c7b84c
2 changed files with 2 additions and 2 deletions

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