From 4c5a77f44964b16e271c2821aea6180b276e3759 Mon Sep 17 00:00:00 2001 From: Neur0toxine Date: Tue, 14 Nov 2023 00:14:43 +0300 Subject: [PATCH] truly restore .drone.yml --- .drone.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 15bfdc7..208302a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,9 +8,6 @@ steps: commands: - apk add --no-cache curl grep libidn sipcalc gawk git patch bash python3 - bash generate.sh - when: - event: - - push - name: create release tag image: alpine:latest environment: @@ -38,4 +35,4 @@ steps: trigger: event: - push - - tag + - tag \ No newline at end of file