Skip to content
Snippets Groups Projects
Commit 006ee28b authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: use remote fetch merge approach

parent 75ca51eb
Branches
No related tags found
No related merge requests found
Pipeline #53901 failed
......@@ -36,9 +36,9 @@ pending:
prepare:
stage: prepare
script:
- git clone ${GITHUB_REPOSITORY} .
- git checkout ${GITHUB_REF}
- rm .git
- git remote add project ${GITHUB_REPOSITORY}
- git fetch project
- git merge --allow-unrelated-histories project/${GITHUB_REF}
artifacts:
paths:
- .
......
# github-gitlab-runner
This repository runs an external pipeline on this gitlab instance.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment