Skip to content

Commit

Permalink
test expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Jul 2, 2019
1 parent ab96d8e commit ba9a14b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
- stage: sign
env: JOB='rpm signing'
script:
- mkdir $HOME/.gnupg
- test -d $HOME/.gnupg || mkdir $HOME/.gnupg
- openssl aes-256-cbc -K $encrypted_168997f84686_key -iv $encrypted_168997f84686_iv
-in gpg.tar.enc -out gpg.tar -d
- tar xv -C $HOME/.gnupg -f gpg.tar
- GPG_PATH=$HOME/.gnupg ./travis-sign-rpm.sh rd-cli-tool/build/distributions
- test -f gpg.tar && tar xv -C $HOME/.gnupg -f gpg.tar
- test -f $HOME/.gnupg/secring.gpg && GPG_PATH=$HOME/.gnupg ./travis-sign-rpm.sh rd-cli-tool/build/distributions
deploy:
provider: releases
api_key:
Expand Down

0 comments on commit ba9a14b

Please sign in to comment.