diff --git a/.drone.yml b/.drone.yml index 8799ad4..023984f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,9 +28,7 @@ steps: - name: notify image: pluie/alpine commands: - - export msg=${DRONE_COMMIT_MESSAGE} - - export msg=${msg:1:-1} - - curl -s -k -X POST https://zulip.meta-tech.academy/api/v1/messages -u drone-bot@zulip.meta-tech.academy:iIm8Hc2VuvK06iDxUODUIndlRu6As6bO --data-urlencode type=stream --data-urlencode 'to="gitea"' --data-urlencode topic=build --data-urlencode content="build n° ${DRONE_BUILD_NUMBER} - ${DRONE_REPO}/${DRONE_REPO_BRANCH}/${DRONE_COMMIT} by ${DRONE_COMMIT_AUTHOR} - status:${DRONE_BUILD_STATUS}$msg" + - curl -s -k -X POST https://zulip.meta-tech.academy/api/v1/messages -u drone-bot@zulip.meta-tech.academy:iIm8Hc2VuvK06iDxUODUIndlRu6As6bO --data-urlencode type=stream --data-urlencode 'to="gitea"' --data-urlencode topic=build --data-urlencode content="build n° ${DRONE_BUILD_NUMBER} - ${DRONE_REPO}/${DRONE_REPO_BRANCH}/${DRONE_COMMIT} by ${DRONE_COMMIT_AUTHOR} : ${DRONE_BUILD_STATUS}" volumes: - name: deps