Commit 69e6f94d authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

ci: fix bumpversion regex + latest version

parent 400ee12f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ variables:
.robotframework-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "robotframework", "4.1.0" ]
      command: ["--service", "robotframework", "4.2.1"]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -417,7 +417,7 @@ stages:
.robotframework-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "robotframework", "4.1.0" ]
      command: ["--service", "robotframework", "4.2.1"]
  before_script:
    - !reference [.robotframework-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"