Skip to content

Commit ffe9359

Browse files
committed
test 2
1 parent fe54bdb commit ffe9359

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Java.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ jobs:
242242
shell: bash
243243
run: |
244244
mkdir -m 700 -p ~/.gnupg
245-
echo -e "passphrase asdf\npinentry-mode loopback\nno-tty\nbatch\n" > ~/.gnupg/gpg.conf
245+
#echo -e "passphrase asdf\npinentry-mode loopback\nno-tty\nbatch\n" > ~/.gnupg/gpg.conf
246246
if [[ "$GITHUB_REF" =~ ^(refs/heads/main|refs/tags/v.+)$ && "$GITHUB_REPOSITORY" = "staticlibs/duckdb-java" ]] ; then
247247
export XML='
248248
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
@@ -260,7 +260,7 @@ jobs:
260260
mkdir ~/.m2
261261
echo $XML | sed "s|PASSWORD|${{ secrets.MAVEN_PASSWORD }}|" > ~/.m2/settings.xml
262262
echo "${{ secrets.MAVEN_PGP_PK }}" | base64 -d > maven_pgp_key
263-
gpg --batch --import maven_pgp_key
263+
#gpg --batch --import maven_pgp_key
264264
python scripts/jdbc_maven_deploy.py ${{ github.ref_name }} jdbc-artifacts .
265265
fi
266266
ls -lahR jdbc-artifacts

0 commit comments

Comments
 (0)