Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
battlmonstr committed Nov 24, 2023
1 parent 5353ad5 commit 0f247b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ function upload {

cd "$checkout_dir"
git fetch origin "$release_branch"
echo 'bb1'
git branch
echo 'bb2'
if ! git branch | grep "$release_branch" > /dev/null
then
git checkout --track "origin/$release_branch"
Expand Down

0 comments on commit 0f247b1

Please sign in to comment.