Skip to content

Instantly share code, notes, and snippets.

@kenwoodjw
Created November 1, 2018 02:53
Show Gist options
  • Save kenwoodjw/42ca3eef22e52d6848b7079fef9fdb19 to your computer and use it in GitHub Desktop.
Save kenwoodjw/42ca3eef22e52d6848b7079fef9fdb19 to your computer and use it in GitHub Desktop.
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