From c3bc426ed124ab0a19e1328e7946f7c54eed3a5f Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 22 Apr 2021 11:16:51 +0200 Subject: [PATCH] Fix drone config --- .drone.yml | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/.drone.yml b/.drone.yml index 185d9a8..6aeac8c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ steps: - git submodule update --recursive --remote - name: theme - image: kolaente/tools + image: kolaente/toolbox pull: true group: build-static commands: @@ -27,7 +27,6 @@ steps: pull: true commands: - hugo - depends_on: [ theme ] - name: docker image: plugins/docker @@ -42,22 +41,3 @@ steps: when: event: [ push ] branch: [ master ] - depends_on: [ build ] - - - name: telegram - image: appleboy/drone-telegram:1-linux-amd64 - depends_on: - - docker - settings: - token: - from_secret: TELEGRAM_TOKEN - to: - from_secret: TELEGRAM_TO - message: > - {{repo.owner}}/{{repo.name}}: \[{{build.status}}] Build {{build.number}} - {{commit.author}} pushed to {{commit.branch}} {{commit.sha}}: `{{commit.message}}` - Build started at {{datetime build.started "2006-Jan-02T15:04:05Z" "GMT+2"}} finished at {{datetime build.finished "2006-Jan-02T15:04:05Z" "GMT+2"}}. - when: - status: - - success - - failure \ No newline at end of file