Skip to content

Commit

Permalink
fix: remove installer latest script
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyu committed Sep 6, 2024
1 parent 07c93c9 commit 1839e5e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion build/installer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ endif
$(info BACKUP_KEY_PREFIX: $(BACKUP_KEY_PREFIX))

@sed -i "s@#__VERSION__@$(VERSION)@" wizard/config/settings/templates/terminus_cr.yaml
@sed -i "s@#{{LATEST_VERSION}}@$(VERSION)@" publicInstaller.latest

@if [ x"$(PROXY)" != x"" ]; then \
export VERSION=$(VERSION); \
Expand Down
1 change: 0 additions & 1 deletion scripts/build-full.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ fi

if [ ! -z $VERSION ]; then
sh -c "$SED 's/#__VERSION__/${VERSION}/' wizard/config/settings/templates/terminus_cr.yaml"
sh -c "$SED 's/#{{LATEST_VERSION}}/${VERSION}/' publicInstaller.latest"
VERSION="v${VERSION}"
else
VERSION="debug"
Expand Down
1 change: 0 additions & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ fi
if [ ! -z $VERSION ]; then
sh -c "$SED 's/#__VERSION__/${VERSION}/' wizard/config/settings/templates/terminus_cr.yaml"
sh -c "$SED 's/#__VERSION__/${VERSION}/' install.sh"
sh -c "$SED 's/#{{LATEST_VERSION}}/${VERSION}/' publicInstaller.latest"
VERSION="v${VERSION}"
else
VERSION="debug"
Expand Down

0 comments on commit 1839e5e

Please sign in to comment.