mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix(gnupg)
don't include a gpg.conf so our shim can make its own.
This commit is contained in:
parent
75b54281e9
commit
60d3d1dfec
|
@ -15,4 +15,4 @@ agent-program $d/gpg-agent
|
|||
EOF
|
||||
fi
|
||||
|
||||
"$d"/gpg-exec "$@"
|
||||
exec "$d"/gpg-exec "$@"
|
|
@ -44,6 +44,7 @@ build:
|
|||
- run: |
|
||||
mkdir -p var/run etc/gnupg
|
||||
chmod 700 etc/gnupg
|
||||
rm -f etc/gnupg/gpg.conf
|
||||
working-directory: '{{prefix}}'
|
||||
- run: |
|
||||
mv ./gpg ./gpg-exec
|
||||
|
|
Loading…
Reference in a new issue