maybe 2nd will pass?
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user