Skip to content

Commit c66aecf

Browse files
author
Alex Malgaroli
authored
Merge pull request #33 from CurrencyFair/fix_deploy
Fix shredding taking care of dirs
2 parents ea47a40 + 32e1c59 commit c66aecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ mvn clean deploy --settings .travis/mvnsettings.xml -DskipTests=true --batch-mod
2323

2424
# cleanup gpg keys, just to be safe
2525
if [ ! -z "$TRAVIS" ]; then
26-
shred -v ~/.gnupg/*
26+
find ~/.gnupg/ -type f -exec shred -v {} \;
2727
rm -rf ~/.gnupg
2828
fi

0 commit comments

Comments
 (0)