Skip to content

Commit

Permalink
drone: fix downstream calls
Browse files Browse the repository at this point in the history
dev and stg on master. prd on tag.
  • Loading branch information
Francisco Souza committed Jan 30, 2018
1 parent 1570ed1 commit cce824c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cce824c

Please sign in to comment.