Skip to content

Instantly share code, notes, and snippets.

@jayco
Last active May 21, 2020 03:16
Show Gist options
  • Save jayco/d6c5c7065a6ab4e06e2e697b8f0af22a to your computer and use it in GitHub Desktop.
Save jayco/d6c5c7065a6ab4e06e2e697b8f0af22a to your computer and use it in GitHub Desktop.
steps:
- command: "true"
concurrency_group: "gate"
concurrency: 1
key: "gate"
- wait
- label: "build"
command: >
sleep 10
key: "build"
- label: "test"
command: >
sleep 10
depends_on: "build"
key: "test"
- wait
- command: "true"
concurrency_group: "gate"
- label: "deploy"
command: echo "scripts/deploy.sh"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment