Skip to content

Instantly share code, notes, and snippets.

@ValeryPonomarenko
Created October 15, 2018 19:40
Show Gist options
  • Save ValeryPonomarenko/e0d3c27439b7d0e80a1e265647f8d977 to your computer and use it in GitHub Desktop.
Save ValeryPonomarenko/e0d3c27439b7d0e80a1e265647f8d977 to your computer and use it in GitHub Desktop.
Android CircleCI
workflows:
version: 2
deploy-internal:
jobs:
- unit-tests
- instrumentation-tests
- hold:
type: approval
requires:
- unit-tests
- instrumentation-tests
- deploy-internal:
requires:
- hold
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment