Skip to content

Instantly share code, notes, and snippets.

@omerxx
Created February 19, 2018 22:19
Show Gist options
  • Select an option

  • Save omerxx/f899bcc2c029eb60254fa6fc089f3243 to your computer and use it in GitHub Desktop.

Select an option

Save omerxx/f899bcc2c029eb60254fa6fc089f3243 to your computer and use it in GitHub Desktop.
pipeline:
frontend:
image: node
commands:
- npm install
- npm test
backend:
image: golang
commands:
- go test -v
- go install
services:
database:
image: mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment