remove curls

This commit is contained in:
Luke Robles 2023-05-19 12:37:16 -07:00
parent 04453b84e6
commit 2da6a382e6

View File

@ -3,14 +3,6 @@ type: docker
name: default
steps:
- name: Notify discord pipeline has started
image: curltools/curl
commands:
- curl --json '{"username": "Drone CI", "avatar_url": "https://miro.medium.com/v2/resize:fit:1358/0*AqO_2lNemh_Fl9Gm.png","content": "Build ${DRONE_BUILD_NUMBER} has started🏁\nhttp://192.168.2.6/ldooks/dragon-bot/${DRONE_BUILD_NUMBER}"}' https://discord.com/api/webhooks/1109178686734868490/DPBYWK5bFrt5ebq433xk9ZWkAxTLkD01WY2K66l2IleQQCG_bUnCzYpjZeTV2-R7oM4j
trigger:
event:
- push
- name: lint-python
image: python:3.10-slim
commands:
@ -53,11 +45,3 @@ steps:
- master
event:
- push
- name: Notify discord pipeline has started
image: curltools/curl
commands:
- curl --json '{"username": "Drone CI", "avatar_url": "https://miro.medium.com/v2/resize:fit:1358/0*AqO_2lNemh_Fl9Gm.png","content": "Build ${DRONE_BUILD_NUMBER} has finished\nhttp://192.168.2.6/ldooks/dragon-bot/${DRONE_BUILD_NUMBER}"}' https://discord.com/api/webhooks/1109178686734868490/DPBYWK5bFrt5ebq433xk9ZWkAxTLkD01WY2K66l2IleQQCG_bUnCzYpjZeTV2-R7oM4j
trigger:
event:
- push