File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments