mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-20 06:31:47 +00:00
Merge pull request #5570 from fluxcd/remove-aur-pkgs
Disable AUR publishing
This commit is contained in:
commit
f85cbfa9c8
1 changed files with 0 additions and 16 deletions
|
|
@ -88,22 +88,6 @@ brews:
|
||||||
generate_completions_from_executable(bin/"flux", "completion")
|
generate_completions_from_executable(bin/"flux", "completion")
|
||||||
test: |
|
test: |
|
||||||
system "#{bin}/flux --version"
|
system "#{bin}/flux --version"
|
||||||
publishers:
|
|
||||||
- name: aur-pkg-bin
|
|
||||||
env:
|
|
||||||
- AUR_BOT_SSH_PRIVATE_KEY={{ .Env.AUR_BOT_SSH_PRIVATE_KEY }}
|
|
||||||
cmd: |
|
|
||||||
.github/aur/flux-bin/publish.sh {{ .Version }}
|
|
||||||
- name: aur-pkg-scm
|
|
||||||
env:
|
|
||||||
- AUR_BOT_SSH_PRIVATE_KEY={{ .Env.AUR_BOT_SSH_PRIVATE_KEY }}
|
|
||||||
cmd: |
|
|
||||||
.github/aur/flux-scm/publish.sh {{ .Version }}
|
|
||||||
- name: aur-pkg-go
|
|
||||||
env:
|
|
||||||
- AUR_BOT_SSH_PRIVATE_KEY={{ .Env.AUR_BOT_SSH_PRIVATE_KEY }}
|
|
||||||
cmd: |
|
|
||||||
.github/aur/flux-go/publish.sh {{ .Version }}
|
|
||||||
dockers:
|
dockers:
|
||||||
- image_templates:
|
- image_templates:
|
||||||
- 'fluxcd/flux-cli:{{ .Tag }}-amd64'
|
- 'fluxcd/flux-cli:{{ .Tag }}-amd64'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue