From e22cf33ca3e22db8d99fb836401020bc3323a3cb Mon Sep 17 00:00:00 2001 From: Giorgia Amici Date: Wed, 10 Jul 2024 10:36:23 +0100 Subject: [PATCH] AIRSHIP-3913 remove drone --- .drone.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index 024ef67..0000000 --- a/.drone.yml +++ /dev/null @@ -1,18 +0,0 @@ -pipeline: - build: - when: - event: push - image: plugins/docker - repo: registry.usw.co/cloud/node-problem-detector - tags: - - "${DRONE_COMMIT}" - - "${DRONE_BRANCH}" - - build-tag: - when: - event: tag - branch: master - image: plugins/docker - repo: registry.usw.co/cloud/node-problem-detector - tags: - - "${DRONE_TAG}"