Compare commits
2 commits
8a684ab1aa
...
1f7d91c0bd
| Author | SHA1 | Date | |
|---|---|---|---|
| 1f7d91c0bd | |||
| 8da6b9566f |
1 changed files with 2 additions and 8 deletions
10
.drone.yml
10
.drone.yml
|
|
@ -12,7 +12,7 @@ steps:
|
|||
settings:
|
||||
host:
|
||||
- test.band-on.com
|
||||
- band-on.com
|
||||
# - band-on.com
|
||||
username:
|
||||
from_secret: drone_ansible_user
|
||||
key:
|
||||
|
|
@ -75,14 +75,8 @@ steps:
|
|||
content_type: application/json
|
||||
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:
|
||||
status:
|
||||
- failure
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue