change to 3.23
This commit is contained in:
@@ -35,7 +35,7 @@ check_app_update:
|
||||
# Build Frontend (Angular)
|
||||
build_frontend:
|
||||
stage: build
|
||||
image: node:alpine3.23
|
||||
image: node:current-alpine3.23
|
||||
dependencies:
|
||||
- check_app_update
|
||||
script:
|
||||
@@ -44,6 +44,7 @@ build_frontend:
|
||||
echo "No new commit, skipping build";
|
||||
exit 0;
|
||||
fi
|
||||
- apk add --no-cache git python3 make g++
|
||||
- git clone https://github.com/barais/doodlestudent.git doodlestudent
|
||||
- ls -la doodlestudent/front #test
|
||||
- cd doodlestudent/front
|
||||
|
||||
Reference in New Issue
Block a user