This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When multiple Flux instances are synchronizing with the same repository but different branches, and the upstream has some latency, they get confused about the write check they are performing due to the tag being overwritten with a commit hash that does not belong to the branch they are synchronzing with. This commit pseudo randomizes the tag used to check if we can write to the upstream repository and removes the `--force` options from the tag and push commands so that the tag is never accidentally overwritten and multiple instances no longer get in each other's way.
- Loading branch information
Showing
2 changed files
with
13 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters