From 657196b2823908998059842196f009d9d5d2951d Mon Sep 17 00:00:00 2001 From: Harry <14015057+HarryVasanth@users.noreply.github.com> Date: Tue, 21 Feb 2023 15:41:49 +0000 Subject: [PATCH] fix(configure): remove `latest` tag --- sh/debian/configure.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sh/debian/configure.sh b/sh/debian/configure.sh index 660a88d2e..53fc01d77 100755 --- a/sh/debian/configure.sh +++ b/sh/debian/configure.sh @@ -261,11 +261,7 @@ function deployCore() { # Get the latest release version tag and create latest branch tag=$(git describe --tags $(git rev-list --tags --max-count=1)) - git checkout $tag -b latest - git describe --tags - - # Set upstream to latest - git branch --set-upstream-to=origin/latest latest + git checkout $tag # Get user auth infor for the runner echo -e "Enter the runner Registry password: "