From 1e31e115798645ea05931c713b0b51af01dcf1a8 Mon Sep 17 00:00:00 2001 From: Mickael Kerjean Date: Thu, 8 Oct 2020 00:23:55 +1100 Subject: [PATCH] maintain (ci): migration to drone cloud --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index f99aba00..4a6f97f9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -97,9 +97,9 @@ steps: - name: release_prepare image: debian:stable-slim depends_on: [ test_frontend, test_backend_unit, test_backend_integration, test_e2e ] + when: + branch: master environment: - GPG_PRIVATE: - from_secret: GPG_PRIVATE GPG_PASSPHRASE: from_secret: GPG_PASSPHRASE commands: @@ -146,7 +146,7 @@ steps: image: quay.io/honestbee/drone-kubernetes depends_on: [ release_publish ] when: - branch: [ master ] + branch: master kubernetes_server: ${KUBERNETES_SERVER} kubernetes_cert: ${KUBERNETES_CERT} kubernetes_token: ${KUBERNETES_TOKEN} @@ -173,4 +173,4 @@ steps: Build success: https://github.com/mickael-kerjean/filestash/commit/{{build.commit}} {{else}} Build failure: er}} https://github.com/mickael-kerjean/filestash/commit/{{build.commit}} - {{/success}} + {{/success}} \ No newline at end of file