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

fix: no anonymity

parent f857cc96
Branches
No related tags found
1 merge request!2fix: no anonymity
Pipeline #53905 canceled
...@@ -36,6 +36,8 @@ status:pending: ...@@ -36,6 +36,8 @@ status:pending:
prepare: prepare:
stage: prepare stage: prepare
script: script:
- git config user.name "Your Name"
- git config user.email "you@example.com"
- git remote add github ${GITHUB_REPOSITORY} - git remote add github ${GITHUB_REPOSITORY}
- git fetch github ${GITHUB_REF} - git fetch github ${GITHUB_REF}
- git merge --allow-unrelated-histories --no-commit --no-ff github/${GITHUB_REF} - git merge --allow-unrelated-histories --no-commit --no-ff github/${GITHUB_REF}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment