Skip to content

Commit c3dd7e3

Browse files
committed
Disable mirroring to Cygwin Git repos
Somewhere along the lines I pushed a tag to the Cygwin Git repo for moreutils, and that was A Bad Idea, as I don't have the requisite permissions to delete that tag. For now, disable the mirroring, as it's not strictly necessary for releases to happen.
1 parent cefabe2 commit c3dd7e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ jobs:
148148
echo 'cygwin.com,8.43.85.97 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGqrxexIuyqmCVe33p1HuhUFzsXte5QZKb+BJlsRrvXOpUOJEW2S0kszyAiymeV7AXaYmHDKVRJpGVR+0ua0Xww=' >~/.ssh/known_hosts
149149
timeout-minutes: 1
150150
- name: Mirror to Cygwin Git repositories
151+
if: false
151152
run: git push cygwin@cygwin.com:/git/cygwin-packages/moreutils 'v${{ steps.release-name.outputs.release }}'
152153
timeout-minutes: 5
153154
- name: Release on the Cygwin mirror

0 commit comments

Comments
 (0)