Skip to content

Commit

Permalink
Add quotes in drone_publish_tag_all.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kminehart committed Aug 27, 2023
1 parent 0905b1c commit d154ff0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/drone_publish_tag_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ dagger run go run ./cmd rpm \
--destination=${local_dst} \
--gcp-service-account-key-base64=${GCP_KEY_BASE64} \
--sign=false \
--gpg-private-key-base64=${$GPG_PRIVATE_KEY} \
--gpg-public-key-base64=${$GPG_PUBLIC_KEY} \
--gpg-passphrase=${$GPG_PASSPHRASE} > rpms.txt &
--gpg-private-key-base64="${$GPG_PRIVATE_KEY}" \
--gpg-public-key-base64="${$GPG_PUBLIC_KEY}" \
--gpg-passphrase="${$GPG_PASSPHRASE}" > rpms.txt &

# For Windows we distribute zips and exes
dagger run go run ./cmd zip \
Expand Down

0 comments on commit d154ff0

Please sign in to comment.