Skip to content

Commit

Permalink
test command
Browse files Browse the repository at this point in the history
  • Loading branch information
wk3368 committed Jun 2, 2017
1 parent 013751b commit 503016d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ pipeline:
port: ${NOTIFY_PORT}
username: ${NOTIFY_USERNAME}
password: ${NOTIFY_PASSWORD}
commands:
- echo ${NOTIFY_USERNAME}
- echo ${NOTIFY_HOST}
- echo ${NOTIFY_PORT}
- echo ${NOTIFY_PASSWORD}
secrets: [ notify_host, notify_port, notify_username, notify_password ]
when:
status: [ failure, success ]

0 comments on commit 503016d

Please sign in to comment.