Skip to content

Commit

Permalink
build: remove more old references to the docker img
Browse files Browse the repository at this point in the history
  • Loading branch information
bd82 committed Jun 1, 2022
1 parent 3539366 commit 7f59050
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,11 @@ jobs:
sed -i "/\"version\":/s/${CURR_MBT_VERSION}/${MBT_VERSION}/" ./package.json
sed -i "/cli_version:/s/${CURR_MBT_VERSION}/${MBT_VERSION}/" ./configs/version.yaml
sed -i "s/${CURR_MBT_VERSION}/${MBT_VERSION}/" ./VERSION
sed -i "/ARG MBT_VERSION=/ s/${CURR_MBT_VERSION}/${MBT_VERSION}/" ./Dockerfile_mbtci_alpine
sed -i "/ARG MBT_VERSION=/ s/${CURR_MBT_VERSION}/${MBT_VERSION}/" ./Dockerfile_mbtci_java8
sed -i "/ARG MBT_VERSION=/ s/${CURR_MBT_VERSION}/${MBT_VERSION}/" ./Dockerfile_mbtci_java11
sed -i "s/- ${CURR_MBT_VERSION}/- ${MBT_VERSION}/" ./test/goss/goss_template.yaml
sed -i "/- Cloud MTA Build Tool -/s/${CURR_MBT_VERSION}/${MBT_VERSION}/" ./README.md
#Generate version file
go generate -run "go run ./internal/buildtools/embed.go ./internal/buildtools/buildtools_msg.go -source=./configs/version.yaml -target=./internal/version/version_cfg.go -name=VersionConfig -package=version"
#Add all updated files to commit
git add ./package.json ./configs/version.yaml ./VERSION ./internal/version/version_cfg.go ./Dockerfile_mbtci_alpine ./Dockerfile_mbtci_java8 ./Dockerfile_mbtci_java11 ./test/goss/goss_template.yaml ./README.md
git add ./package.json ./configs/version.yaml ./VERSION ./internal/version/version_cfg.go ./README.md
git config user.email "${CLOUD_MTA_BOT_EMAIL}"
git config user.name "${CLOUD_MTA_BOT_USER}"
git commit --allow-empty -m "[skip ci] Bump version ${MBT_VERSION}"
Expand Down

0 comments on commit 7f59050

Please sign in to comment.