Skip to content

Commit

Permalink
now?
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes committed Oct 30, 2024
1 parent a3273a4 commit 9675262
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/Java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,8 @@ jobs:
- name: Combine JARs
shell: bash
run: |
mkdir -p ~/.gnupg
echo -e "use-agent\npinentry-mode loopback\nno-tty\nbatch\n" > ~/.gnupg/gpg.conf
echo -e "allow-loopback-pinentry\n" > ~/.gnupg/gpg-agent.conf
mkdir -m 700 -p ~/.gnupg
echo -e "passphrase asdf\npinentry-mode loopback\nno-tty\nbatch\n" > ~/.gnupg/gpg.conf
if [[ "$GITHUB_REF" =~ ^(refs/heads/main|refs/tags/v.+)$ && "$GITHUB_REPOSITORY" = "duckdb/duckdb-java" ]] ; then
export XML='
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
Expand Down

0 comments on commit 9675262

Please sign in to comment.