Fixing tests, fixing refreshing precompiled (#3483)
* Fixing tests, fixing refreshing precompiled * Commit only js and Cargo.lock * Moving commands to the right place * Adding js content as well
This commit is contained in:
parent
4c41195d5c
commit
e45fa62ed5
@ -1 +1 @@
|
|||||||
Subproject commit 97066e40ccd061f727deb5cd860e4d9135aa2551
|
Subproject commit 9028c4801fd39fbb71a9796979182549a24e81c8
|
@ -68,11 +68,13 @@ if [ "$BRANCH" == "master" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "*** Updating cargo parity-ui-precompiled#$PRECOMPILED_HASH"
|
echo "*** Updating cargo parity-ui-precompiled#$PRECOMPILED_HASH"
|
||||||
|
git submodule update
|
||||||
cargo update -p parity-ui-precompiled
|
cargo update -p parity-ui-precompiled
|
||||||
# --precise "$PRECOMPILED_HASH"
|
# --precise "$PRECOMPILED_HASH"
|
||||||
|
|
||||||
echo "*** Committing updated files"
|
echo "*** Committing updated files"
|
||||||
git add .
|
git add js
|
||||||
|
git add Cargo.lock
|
||||||
git commit -m "[ci skip] js-precompiled $UTCDATE"
|
git commit -m "[ci skip] js-precompiled $UTCDATE"
|
||||||
git push origin HEAD:refs/heads/$BRANCH 2>$GITLOG
|
git push origin HEAD:refs/heads/$BRANCH 2>$GITLOG
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user