Skip to content

Instantly share code, notes, and snippets.

@jchauncey
Last active January 6, 2020 16:30
Show Gist options
  • Save jchauncey/e39ddf42661e7c970e7027a962f76de1 to your computer and use it in GitHub Desktop.
Save jchauncey/e39ddf42661e7c970e7027a962f76de1 to your computer and use it in GitHub Desktop.
stages:
- stage: build_and_push
jobs:
- job: build_component_a
steps:
...
- job: build_component_b
steps:
...
- job: build_component_c
dependsOn:
- build_component_a
- build_component_b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment