remove subfolder

This commit is contained in:
tuanvu
2026-02-16 15:35:01 +01:00
parent 29faddbe2b
commit fce18a4da1

View File

@@ -42,7 +42,6 @@ build_frontend:
- check_app_update
script:
- source variables.env || true
- git submodule update --init --recursive
- if [ "$NEW_COMMIT" != "true" ]; then
echo "No new commit, skipping build";
exit 0;