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

ci: fix bumpversion regex + latest version

parent 719d1375
No related branches found
No related tags found
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
......
...@@ -459,7 +459,7 @@ stages: ...@@ -459,7 +459,7 @@ stages:
image: $GO_IMAGE image: $GO_IMAGE
services: services:
- name: "$TBC_TRACKING_IMAGE" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "golang", "4.7.0" ] command: ["--service", "golang", "4.9.0"]
variables: variables:
# The directory where 'go install' will install a command. # The directory where 'go install' will install a command.
GOBIN: "$CI_PROJECT_DIR/$GO_PROJECT_DIR/bin" GOBIN: "$CI_PROJECT_DIR/$GO_PROJECT_DIR/bin"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment