From 6e8efcd90c39637203238023da3cb12a72aeffe9 Mon Sep 17 00:00:00 2001 From: Hannes Papenberg Date: Wed, 16 Oct 2019 09:37:08 +0200 Subject: [PATCH] Adding conditions for crowdin --- .drone.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 1013915..166c83f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,12 +21,17 @@ steps: - name: crowdin image: joomlaprojects/docker-images:php7.2 + environment: + CROWDIN_API_KEY: + from_secret: CROWDIN_API_KEY commands: - echo $(date) - ./administrator/components/com_patchtester/vendor/bin/crowdin --upload - echo $(date) + when: + event: push --- kind: signature -hmac: 2ee0c3d69f18776a37b86955aac82f5c9a37194dd03e9f8fa767d2a5339f9735 +hmac: db121d6418e6f0702b311cce34d0a0dd12a4b88814138a4d1d02c1e6189e9d43 ...