Skip to content

Commit

Permalink
add comment in config + restore config
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainJuge committed Jan 17, 2024
1 parent 6bb2e6a commit c78c60b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .ci/gpg/gpg.conf
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# avoids 'Inappropriate ioctl for device'
pinentry-mode loopback
2 changes: 1 addition & 1 deletion .ci/snapshot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ folder="$(readlink -f $(dirname $0))"
chmod 700 ${folder}/gpg
chmod 600 ${folder}/gpg/gpg.conf

#-Psigning.gnupg.optionsFile=${folder}/gpg/gpg.conf \

./gradlew \
--debug \
--console=plain \
-Psigning.gnupg.optionsFile=${folder}/gpg/gpg.conf \
clean ${publishArg} \
| tee snapshot.txt

0 comments on commit c78c60b

Please sign in to comment.