From 4730fe44720ad0e61cf0000b2d13e91aa3441d90 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Fri, 19 May 2023 12:37:16 -0700 Subject: [PATCH] remove curls --- .drone.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5f4610b8..1bca407e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 \ No newline at end of file