Automatic theme update and make clean on upstream merge

This commit is contained in:
su-ex 2020-12-21 19:49:51 +01:00
parent dfef402e7f
commit 412cbad76b
No known key found for this signature in database
GPG Key ID: D743C50C8B61984C

View File

@ -15,6 +15,13 @@ forall_repos check_branch $branch
forall_repos git fetch upstream forall_repos git fetch upstream
forall_repos git merge upstream/master forall_repos git merge upstream/master
./setup.sh # Automatic theme update
pushd "matrix-react-sdk" > /dev/null
./theme.sh
popd > /dev/null
# Refresh environment
make clean
make setup
popd > /dev/null popd > /dev/null