Skip to content

Commit

Permalink
Tell the world we are testing
Browse files Browse the repository at this point in the history
  • Loading branch information
BanzaiMan committed Mar 9, 2018
1 parent 66ea4d5 commit 93d2eed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/dpl/provider/script.rb
Expand Up @@ -15,6 +15,7 @@ def needs_key?
end

def push_app
context.shell "echo Testing!"
context.shell script
if $?.exitstatus != 0
raise Error, "Script failed with status #{$?.exitstatus}"
Expand Down

0 comments on commit 93d2eed

Please sign in to comment.