maybe 2nd will pass?

This commit is contained in:
tuanvu
2026-02-16 15:53:18 +01:00
parent 8680677903
commit 247f2eae1c

View File

@@ -41,10 +41,10 @@ check_app_update:
# Build Frontend (Angular)
build_frontend:
stage: build
image: node:current-alpine3.23
dependencies:
- check_app_update
script:
- apk add --no-cache nodejs npm
- source variables.env || true
- if [ "$NEW_COMMIT" != "true" ]; then
echo "No new commit, skipping build";