Skip to content

Instantly share code, notes, and snippets.

@lokst
Created October 16, 2018 06:56
Show Gist options
  • Save lokst/adfa6004fc78a8766c8c4285b7bd1049 to your computer and use it in GitHub Desktop.
Save lokst/adfa6004fc78a8766c8c4285b7bd1049 to your computer and use it in GitHub Desktop.
version: 2
jobs:
build:
docker:
- image: circleci/node:latest
steps:
- run:
command: echo "🚫"
- run:
command: echo "🎉"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment