Merge remote-tracking branch 'origin/master' into ab/wallet

This commit is contained in:
Alain Brenzikofer
2026-09-21 17:11:02 +02:00
348 changed files with 22646 additions and 5460 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}"