diff --git a/tests/ci_git_prep.sh b/tests/ci_git_prep.sh index 02db093..e27e4fa 100755 --- a/tests/ci_git_prep.sh +++ b/tests/ci_git_prep.sh @@ -16,10 +16,10 @@ detect_branch() { fi } -CURRENT_BRANCH=$(detect_branch) +export CURRENT_BRANCH=$(detect_branch) echo "Detected Branch: $CURRENT_BRANCH" git_setup +git fetch git checkout $CURRENT_BRANCH -export $CURRENT_BRANCH