From cce824c3f4880813b2ecbc0472ff8a8067823d85 Mon Sep 17 00:00:00 2001 From: Francisco Souza Date: Tue, 30 Jan 2018 15:43:46 -0500 Subject: [PATCH] drone: fix downstream calls dev and stg on master. prd on tag. --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1182eb48..6a51aeb0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -83,21 +83,21 @@ notify: channel: $$SLACK_CHANNEL when: event: tag - downstream_dev: + downstream_dev_stg: image: plugins/drone-downstream server: $$INTERNAL_DRONE_ENDPOINT token: $$DRONE_TOKEN repositories: - $$INTEGRATION_TESTS_REPO@dev + - $$INTEGRATION_TESTS_REPO@stg fork: true when: branch: master - downstream_stg_prd: + downstream_prd: image: plugins/drone-downstream server: $$INTERNAL_DRONE_ENDPOINT token: $$DRONE_TOKEN repositories: - - $$INTEGRATION_TESTS_REPO@stg - $$INTEGRATION_TESTS_REPO@prd fork: true when: