use heodic maybe?

This commit is contained in:
tuanvu
2026-02-16 15:54:46 +01:00
parent 247f2eae1c
commit 466b82d174

View File

@@ -44,7 +44,8 @@ build_frontend:
dependencies:
- check_app_update
script:
- apk add --no-cache nodejs npm
- sudo apt-get update
- sudo apt-get install -y nodejs npm
- source variables.env || true
- if [ "$NEW_COMMIT" != "true" ]; then
echo "No new commit, skipping build";