Skip to content

Instantly share code, notes, and snippets.

@steveliles
Created January 10, 2018 16:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steveliles/f0af301d86640cf3b03dcf93c747bc7d to your computer and use it in GitHub Desktop.
Save steveliles/f0af301d86640cf3b03dcf93c747bc7d to your computer and use it in GitHub Desktop.
image: node:9.3.0
pipelines:
branches:
production:
- step:
caches:
- node
script:
# build and test the app
- npm install
- npm test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment