Skip to content

Instantly share code, notes, and snippets.

@worldofprasanna
Created March 3, 2019 03:03
Show Gist options
  • Select an option

  • Save worldofprasanna/d0bba2c4bd3ee11144979ddda55eb3a5 to your computer and use it in GitHub Desktop.

Select an option

Save worldofprasanna/d0bba2c4bd3ee11144979ddda55eb3a5 to your computer and use it in GitHub Desktop.
Example Circle CI Configuration
version: 2
jobs:
test_setup:
docker:
- image: circleci/ruby:2.5.3-node-browsers
steps:
- run:
name: Test the CircleCI
command: echo "Testing the circle ci"
workflows:
version: 2
build_pipeline:
jobs:
- test_setup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment