Commit d0e9391d authored by brizental's avatar brizental Committed by Pier Angelo Vendrame
Browse files

fixup! Add CI for Base Browser

This reverts commit 1d1ea9c7.
parent dc70ecda
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -52,8 +52,12 @@
        return $fetch_exit
      }

      fetch_with_timeout origin "merge-requests/${CI_MERGE_REQUEST_IID}/head" || exit 1
      if ! fetch_with_timeout origin "${CI_COMMIT_BRANCH:-$CI_MERGE_REQUEST_SOURCE_BRANCH_NAME}"; then
        echo "Fetching failed for branch ${CI_COMMIT_BRANCH:-$CI_MERGE_REQUEST_SOURCE_BRANCH_NAME}."
        echo "Attempting to fetch the merge request branch, assuming this pipeline is not running in a fork."

        fetch_with_timeout origin "merge-requests/${CI_MERGE_REQUEST_IID}/head" || exit 1
      fi
    - git checkout FETCH_HEAD

.with-local-repo-pwsh: