Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Disable install, script, after_success in deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ncs-alane committed Jun 30, 2017
1 parent 85aa232 commit c744ff5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,10 @@ jobs:
- bundle exec kitchen test --log-level debug
after_success: []
- stage: deploy
install: []
script: []
after_success: []
before_deploy:
- gem update --system
- gem --version
- openssl aes-256-cbc -K $encrypted_8cfc0ec71995_key -iv $encrypted_8cfc0ec71995_iv -in certs/private_key.pem.enc -out certs/private_key.pem -d
- gem cert --add certs/public_cert.pem
deploy:
Expand Down

0 comments on commit c744ff5

Please sign in to comment.