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}"