Compare commits
No commits in common. "1f7d91c0bd87418abbe9fba0c40f67b6cb4f40f6" and "8a684ab1aa80e8011dd91595f7f1a9395ad681a9" have entirely different histories.
1f7d91c0bd
...
8a684ab1aa
1 changed files with 8 additions and 2 deletions
10
.drone.yml
10
.drone.yml
|
|
@ -12,7 +12,7 @@ steps:
|
||||||
settings:
|
settings:
|
||||||
host:
|
host:
|
||||||
- test.band-on.com
|
- test.band-on.com
|
||||||
# - band-on.com
|
- band-on.com
|
||||||
username:
|
username:
|
||||||
from_secret: drone_ansible_user
|
from_secret: drone_ansible_user
|
||||||
key:
|
key:
|
||||||
|
|
@ -75,8 +75,14 @@ steps:
|
||||||
content_type: application/json
|
content_type: application/json
|
||||||
template: |
|
template: |
|
||||||
{
|
{
|
||||||
"text": "${DRONE_REPO} build #${DRONE_BUILD_NUMBER} status: **${DRONE_BUILD_STATUS}**"
|
"text": "Pull Request"
|
||||||
}
|
}
|
||||||
|
# ${DRONE_REPO} build #${DRONE_BUILD_NUMBER} status: **${DRONE_BUILD_STATUS}**
|
||||||
|
# {
|
||||||
|
# "owner": "$DRONE_REPO_OWNER",
|
||||||
|
# "repo": "$DRONE_REPO_NAME",
|
||||||
|
# "status": "$DRONE_BUILD_STATUS"
|
||||||
|
# }
|
||||||
when:
|
when:
|
||||||
status:
|
status:
|
||||||
- failure
|
- failure
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue