.drone.yml aktualisiert
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
rulrich 2024-03-13 08:52:46 +01:00
parent 8a684ab1aa
commit 8da6b9566f

View file

@ -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