Skip to content

Instantly share code, notes, and snippets.

@thulioph
Last active March 20, 2018 22:18
Show Gist options
  • Save thulioph/fbd8d6db40047cbc3ebc9e447ada7794 to your computer and use it in GitHub Desktop.
Save thulioph/fbd8d6db40047cbc3ebc9e447ada7794 to your computer and use it in GitHub Desktop.
Code snippet from post about CircleCI with React - jobs
version: 2
jobs:
build:
docker:
- image: circleci/ruby:2.4.1
steps:
- checkout
- run: echo "A first hello"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment