Skip to content
Snippets Groups Projects
Verified Commit 188baa6f authored by Beatriz Rizental's avatar Beatriz Rizental Committed by Pier Angelo Vendrame
Browse files

fixup! Add CI for Base Browser

parent cc778f7c
No related branches found
No related tags found
No related merge requests found
Pipeline #243845 passed
......@@ -18,7 +18,7 @@
echo "Attempting to fetch the merge request branch, assuming this pipeline is not running in a fork."
git fetch origin "merge-requests/${CI_MERGE_REQUEST_IID}/head"
fi
- git checkout origin/${CI_COMMIT_BRANCH:-$CI_MERGE_REQUEST_SOURCE_BRANCH_NAME}
- git checkout FETCH_HEAD
.with-local-repo-pwsh:
variables:
......@@ -44,4 +44,4 @@
Write-Output "Attempting to fetch the merge request branch, assuming this pipeline is not running in a fork."
git fetch origin "merge-requests/$env:CI_MERGE_REQUEST_IID/head"
}
- git checkout origin/$branchName
- git checkout FETCH_HEAD
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment