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-dbt-gcp.yml +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ variables: .dbt-base: services: - name: "$TBC_TRACKING_IMAGE" command: ["--service", "dbt", "3.1.1" ] command: ["--service", "dbt", "3.2.2"] - name: "$TBC_GCP_PROVIDER_IMAGE" alias: "gcp-auth-provider" variables: 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-dbt-gcp.yml +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ variables: .dbt-base: services: - name: "$TBC_TRACKING_IMAGE" command: ["--service", "dbt", "3.1.1" ] command: ["--service", "dbt", "3.2.2"] - name: "$TBC_GCP_PROVIDER_IMAGE" alias: "gcp-auth-provider" variables: Loading