Skip to content

Commit

Permalink
Working on AUR setup for test
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Nov 15, 2024
1 parent 25c3f42 commit 1debb7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ aurs:
# main ddev repo will only be uploaded on non-prerelease and ddev/ddev repo
skip_upload: '{{ if and (eq .Env.REPOSITORY_OWNER "ddev") (not .Prerelease) }}false{{ else }}true{{ end }}'
private_key: '{{ .Env.AUR_SSH_PRIVATE_KEY }}'
# AUR_EDGE_GIT_URL should be something like ssh://[email protected]/ddev-bin.git or ssh://[email protected]/rfay-test-ddev-bin.git
# AUR_STABLE_GIT_URL should be something like ssh://[email protected]/ddev-bin.git or ssh://[email protected]/rfay-test-ddev-bin.git
git_url: '{{ .Env.AUR_STABLE_GIT_URL }}'
depends:
- docker
Expand All @@ -351,7 +351,7 @@ aurs:
# Defaults are shown below.
commit_author:
name: Randy Fay
email: randy@randyfay.com
email: randy.fay@ddev.com

- name: "ddev-edge"
ids:
Expand Down Expand Up @@ -389,7 +389,7 @@ aurs:
# Defaults are shown below.
commit_author:
name: Randy Fay
email: randy@randyfay.com
email: randy.fay@ddev.com

furies:
- account: "{{ .Env.FURY_ACCOUNT }}"
Expand Down

0 comments on commit 1debb7e

Please sign in to comment.