From 390308609f996346aa9201b037eb1916b8e73cf8 Mon Sep 17 00:00:00 2001 From: markus Date: Thu, 7 Jan 2021 21:27:39 +0100 Subject: [PATCH] fix: drone ci - cron --- .drone.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6e5bc7f..8e90666 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,9 +4,6 @@ name: build-image-x86_64 steps: -# BUILD -############################################################################### - - name: build-image-latest image: docker.io/volkerraschek/build-image:latest commands: @@ -18,9 +15,6 @@ steps: branch: - master -# PUSH -############################################################################### - - name: push-image-latest image: docker.io/volkerraschek/build-image:latest commands: @@ -36,6 +30,7 @@ steps: - master event: - push + - cron - name: push-image-tagged image: docker.io/volkerraschek/build-image:latest @@ -54,9 +49,6 @@ steps: event: - tag -# NOTIFY -############################################################################### - - name: notify image: drillster/drone-email environment: @@ -73,9 +65,6 @@ steps: - changed - failure -# VOLUMES -############################################################################### - volumes: - name: docker_socket host: