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