mirror of
git://f0xx.org/android_cast
synced 2026-07-29 05:17:39 +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 checkout ${BRANCH} || exit $?
|
||||||
git status || exit $?
|
git status || exit $?
|
||||||
git pull --rebase || exit $?
|
git pull --rebase || exit $?
|
||||||
|
git submodule update --init --recursive
|
||||||
if [ ! -f "./examples/crash_reporter/backend/config/config.php.alpine" ]; then
|
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 $?
|
cp -f ./examples/crash_reporter/backend/config/config.php ./examples/crash_reporter/backend/config/config.php.alpine || exit $?
|
||||||
## patch config if needed
|
## patch config if needed
|
||||||
|
|||||||
Reference in New Issue
Block a user