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

Merge branch 'wdconinc-main-patch-66490' into 'main'

fix: no anonymity

See merge request !2
parents f857cc96 954a8cb5
Branches
No related tags found
1 merge request!2fix: no anonymity
Pipeline #53906 failed
...@@ -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