diff --git a/ci/release.sh b/ci/release.sh index c8f978a..bb7bfb1 100755 --- a/ci/release.sh +++ b/ci/release.sh @@ -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"