Browse Source

fix(configure): remove `latest` tag

pull/1815/head
Harry 1 year ago committed by GitHub
parent
commit
657196b282
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      sh/debian/configure.sh

6
sh/debian/configure.sh diff.vendored

@ -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: "

Loading…
Cancel
Save