Skip to content

Commit 33a53a3

Browse files
committed
Fix gpg key command
1 parent 4d11c35 commit 33a53a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ script:
4949
- mvn sonar:sonar
5050

5151
before_deploy:
52-
- bash $GPG_SECRET_KEYS | base64 --decode | $GPG_EXECUTABLE --import
53-
- bash $GPG_OWNERTRUST | base64 --decode | $GPG_EXECUTABLE --import-ownertrust
52+
- $GPG_SECRET_KEYS | base64 --decode | $GPG_EXECUTABLE --import
53+
- $GPG_OWNERTRUST | base64 --decode | $GPG_EXECUTABLE --import-ownertrust
5454

5555
deploy:
5656
- provider: script

0 commit comments

Comments
 (0)