Skip to content

Instantly share code, notes, and snippets.

@MartinGonzalez
Created August 13, 2019 02:03
Show Gist options
  • Save MartinGonzalez/c631a9e6828e068eb8badaef4323acd4 to your computer and use it in GitHub Desktop.
Save MartinGonzalez/c631a9e6828e068eb8badaef4323acd4 to your computer and use it in GitHub Desktop.
stages:
- test
- build
- deploy
test:
scripts:
- "echo testing..."
build:
scripts:
- "echo building..."
deploy:
scripts:
- "echo deploying..."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment