mirror of
git://f0xx.org/android_cast
synced 2026-07-29 06:39:09 +03:00
submod update after pre-deploy
This commit is contained in:
@@ -23,6 +23,7 @@ echo "working branch: ${BRANCH}"
|
||||
git checkout ${BRANCH} || exit $?
|
||||
git status || exit $?
|
||||
git pull --rebase || exit $?
|
||||
git submodule update --init --recursive
|
||||
if [ ! -f "./examples/crash_reporter/backend/config/config.php.alpine" ]; then
|
||||
cp -f ./examples/crash_reporter/backend/config/config.php ./examples/crash_reporter/backend/config/config.php.alpine || exit $?
|
||||
## patch config if needed
|
||||
|
||||
Reference in New Issue
Block a user