Loading bumpversion.sh +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ if [[ "$curVer" ]]; then # replace in template and variants for tmpl in templates/*.yml 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" done else Loading templates/gitlab-ci-node.yml +1 −1 Original line number Diff line number Diff line Loading @@ -549,7 +549,7 @@ stages: image: $NODE_IMAGE services: - name: "$TBC_TRACKING_IMAGE" command: ["--service", "node", "3.10.1" ] command: ["--service", "node", "3.12.2"] variables: # Yarn cache (better than --cache-folder option, deprecated) YARN_CACHE_FOLDER: "$CI_PROJECT_DIR/$NODE_PROJECT_DIR/.yarn" Loading Loading
bumpversion.sh +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ if [[ "$curVer" ]]; then # replace in template and variants for tmpl in templates/*.yml 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" done else Loading
templates/gitlab-ci-node.yml +1 −1 Original line number Diff line number Diff line Loading @@ -549,7 +549,7 @@ stages: image: $NODE_IMAGE services: - name: "$TBC_TRACKING_IMAGE" command: ["--service", "node", "3.10.1" ] command: ["--service", "node", "3.12.2"] variables: # Yarn cache (better than --cache-folder option, deprecated) YARN_CACHE_FOLDER: "$CI_PROJECT_DIR/$NODE_PROJECT_DIR/.yarn" Loading