1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 07:39:15 +03:00

submod update after pre-deploy

This commit is contained in:
Anton Afanasyeu
2026-06-11 12:29:42 +03:00
parent 4122ff1977
commit a189639223

View File

@@ -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