Last active
March 20, 2018 22:18
-
-
Save thulioph/fbd8d6db40047cbc3ebc9e447ada7794 to your computer and use it in GitHub Desktop.
Code snippet from post about CircleCI with React - jobs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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