Add forked remote

This commit is contained in:
Katrin Leinweber 2023-08-25 13:27:11 +02:00
parent ec8f36c37d
commit d3409aee5d
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ danger-review:
- 'echo "diff base ${CI_MERGE_REQUEST_DIFF_BASE_SHA}"'
- 'echo "source head ${CI_MERGE_REQUEST_SOURCE_BRANCH_SHA}"'
- 'echo "source head:-default ${CI_COMMIT_SHA}"'
- git remote add neil https://gitlab.com/realtime-neil/glab-cli.git
- git fetch --unshallow --all && find .git/refs -type f -exec ls -l {} \; -exec cat {} \;
- git fetch refs/merge_requests/$CI_MERGE_REQUEST_IID/train || git fetch 'refs/merge_requests/*'