This commit is contained in:
parent
8a684ab1aa
commit
8da6b9566f
1 changed files with 2 additions and 8 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,14 +75,8 @@ steps:
|
||||||
content_type: application/json
|
content_type: application/json
|
||||||
template: |
|
template: |
|
||||||
{
|
{
|
||||||
"text": "Pull Request"
|
"text": "${DRONE_REPO} build #${DRONE_BUILD_NUMBER} status: **${DRONE_BUILD_STATUS}**"
|
||||||
}
|
}
|
||||||
# ${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