Created
November 1, 2018 02:53
-
-
Save kenwoodjw/42ca3eef22e52d6848b7079fef9fdb19 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jobs: | |
- bucky_deploy | |
- android_customer_deploy: | |
requires: | |
- bucky_deploy | |
- ios_customer_deploy: | |
requires: | |
- android_customer_deploy | |
- android_courier_deploy: | |
requires: | |
- ios_customer_deploy | |
- ios_courier_deploy: | |
requires: | |
- android_courier_deploy | |
- merchant_deploy: | |
requires: | |
- bucky_deploy | |
- admin_deploy: | |
requires: | |
- bucky_deploy | |
- lambda_deploy: | |
requires: | |
- bucky_deploy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment