diff --git a/build-matrix.sh b/build-matrix.sh index 52ecb53..84900e8 100755 --- a/build-matrix.sh +++ b/build-matrix.sh @@ -43,7 +43,8 @@ then git remote set-branches origin '*' git fetch --all echo "Available branches:" - echo "$(git branch --all)" + git branch --all + cd "$ROOT" fi # make sure build dir exists