diff --git a/.drone.yml b/.drone.yml index 0fb423f..838c86a 100644 --- a/.drone.yml +++ b/.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