Skip to content

Commit

Permalink
Fix mirror pipeline (#8923)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpetit committed Mar 25, 2024
1 parent ce2711b commit 18aeb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure/pipelines/github-mirror.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ extends:
}
git fetch --all
git remote add --mirror=fetch mirror https://${Env:SYSTEM_ACCESSTOKEN}@${env:REMOTE_REPOSITORY}
git push --progress mirror +refs/heads/*:refs/heads/*
git push --force --all --progress mirror
env:
SYSTEM_ACCESSTOKEN: $(System.AccessToken)

0 comments on commit 18aeb09

Please sign in to comment.