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-ansible-vault.yml +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ variables: .ansible-base: services: - name: "$TBC_TRACKING_IMAGE" command: ["--service", "ansible", "6.2.0" ] command: ["--service", "ansible", "6.3.3"] - name: "$TBC_VAULT_IMAGE" alias: "vault-secrets-provider" variables: Loading templates/gitlab-ci-ansible.yml +1 −1 Original line number Diff line number Diff line Loading @@ -685,7 +685,7 @@ stages: .ansible-base: services: - name: "$TBC_TRACKING_IMAGE" command: ["--service", "ansible", "6.2.0" ] command: ["--service", "ansible", "6.3.3"] before_script: - !reference [.ansible-scripts] - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}" 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-ansible-vault.yml +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ variables: .ansible-base: services: - name: "$TBC_TRACKING_IMAGE" command: ["--service", "ansible", "6.2.0" ] command: ["--service", "ansible", "6.3.3"] - name: "$TBC_VAULT_IMAGE" alias: "vault-secrets-provider" variables: Loading
templates/gitlab-ci-ansible.yml +1 −1 Original line number Diff line number Diff line Loading @@ -685,7 +685,7 @@ stages: .ansible-base: services: - name: "$TBC_TRACKING_IMAGE" command: ["--service", "ansible", "6.2.0" ] command: ["--service", "ansible", "6.3.3"] before_script: - !reference [.ansible-scripts] - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}" Loading