maybe 2nd will pass?
This commit is contained in:
@@ -41,10 +41,10 @@ check_app_update:
|
|||||||
# Build Frontend (Angular)
|
# Build Frontend (Angular)
|
||||||
build_frontend:
|
build_frontend:
|
||||||
stage: build
|
stage: build
|
||||||
image: node:current-alpine3.23
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- check_app_update
|
- check_app_update
|
||||||
script:
|
script:
|
||||||
|
- apk add --no-cache nodejs npm
|
||||||
- source variables.env || true
|
- source variables.env || true
|
||||||
- if [ "$NEW_COMMIT" != "true" ]; then
|
- if [ "$NEW_COMMIT" != "true" ]; then
|
||||||
echo "No new commit, skipping build";
|
echo "No new commit, skipping build";
|
||||||
|
|||||||
Reference in New Issue
Block a user