mirror of
https://github.com/prymitive/karma
synced 2026-05-11 03:46:48 +00:00
fix(ci): fix branch reset
This commit is contained in:
committed by
Łukasz Mierzwa
parent
11f3fa1d60
commit
33d7c7b84c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user