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

fixup! Add CI for Base Browser

No bug: Drop logic that fetches pipelines from forks. That is not
supported anymore after tpo/tpa/team#42594 (comment 3411352)
parent 96439abd
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -52,12 +52,8 @@
        return $fetch_exit
      }

      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: