We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fc80c4 commit 9f0ab71Copy full SHA for 9f0ab71
generate_helm_release.sh
@@ -51,7 +51,7 @@ main() {
51
git stash
52
remote=$(git remote -v | grep "${ORG}/${PROJECT}" | awk '{print $1;exit}')
53
git fetch "${remote}"
54
- git checkout "$version"
+ git checkout -b "$version"
55
cd -
56
else
57
git clone --depth 1 --branch "$version" "https://github.com/cilium/${PROJECT}.git"
0 commit comments