Skip to content
Snippets Groups Projects

fix: no anonymity

Merged Wouter Deconinck requested to merge wdconinc-main-patch-66490 into main
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -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}
Loading