Merge branch 'stable'

This commit is contained in:
Evgeny Poberezkin
2026-09-19 12:21:53 +01:00
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -148,8 +148,9 @@ for os_pair in ${oses}; do
-t "${container_name}" \
sh -c 'rm -rf ./dist-newstyle ./apps/multiplatform'
# Also restore git to previous state
# Also restore git to previous state + re-initialize submodules
git reset --hard && git clean -dfx
git submodule update --init --recursive
# Stop containers, delete images
docker stop "${container_name}"