Skip to content
Snippets Groups Projects
Verified Commit f69ea3df authored by Yoran Hillion's avatar Yoran Hillion
Browse files

:green_heart: Change node version for gitlab CI to node:18-bullseye

parent ed49c825
Branches
Tags
No related merge requests found
Pipeline #159908 passed with warnings with stages
in 3 minutes and 30 seconds
# gitlab-ci.yml file
status:
image: node:18
image: node:18-bullseye
stage: build
script:
- ./bin/statu.sh > version.json
......@@ -11,7 +11,7 @@ status:
- node18
build:
image: node:18
image: node:18-bullseye
stage: build
script:
- npm ci
......@@ -23,7 +23,7 @@ build:
- node18
unit_tests:
image: node:18
image: node:18-bullseye
stage: test
dependencies: []
script:
......@@ -33,7 +33,7 @@ unit_tests:
- node18
lint:
image: node:18
image: node:18-bullseye
stage: test
dependencies: []
script:
......
......@@ -8,7 +8,7 @@ if [ ! $# -ge 2 ]; then
exit 1
fi
# Be aware that if you change next line see line 15 & 103 !
# Be aware that if you change next line see line 15 & 76 !
TEMP=$(mktemp -d)
REPOSITORY=$(pwd)
DISTANT_REPO="git@git.unistra.fr/community/pount-front" #$(git config --get remote.origin.url)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment