Skip to content
Snippets Groups Projects
Commit ffae86d4 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

ci: fix bumpversion regex + latest version

parent 904482ba
Branches
Tags
No related merge requests found
...@@ -33,7 +33,7 @@ if [[ "$curVer" ]]; then ...@@ -33,7 +33,7 @@ if [[ "$curVer" ]]; then
# replace in template and variants # replace in template and variants
for tmpl in templates/*.yml for tmpl in templates/*.yml
do do
sed -e "s/command: *\[\"--service\", \"\(.*\)\", \"$curVer\"\]/command: [\"--service\", \"\1\", \"$nextVer\"]/" "$tmpl" > "$tmpl.next" sed -e "s/command: *\[ *\"--service\", *\"\(.*\)\", *\"$curVer\" *\]/command: [\"--service\", \"\1\", \"$nextVer\"]/" "$tmpl" > "$tmpl.next"
mv -f "$tmpl.next" "$tmpl" mv -f "$tmpl.next" "$tmpl"
done done
else else
......
...@@ -549,7 +549,7 @@ stages: ...@@ -549,7 +549,7 @@ stages:
image: $NODE_IMAGE image: $NODE_IMAGE
services: services:
- name: "$TBC_TRACKING_IMAGE" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "node", "3.10.1" ] command: ["--service", "node", "3.12.2"]
variables: variables:
# Yarn cache (better than --cache-folder option, deprecated) # Yarn cache (better than --cache-folder option, deprecated)
YARN_CACHE_FOLDER: "$CI_PROJECT_DIR/$NODE_PROJECT_DIR/.yarn" YARN_CACHE_FOLDER: "$CI_PROJECT_DIR/$NODE_PROJECT_DIR/.yarn"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment