Skip to content

Instantly share code, notes, and snippets.

@worldofprasanna
Created April 26, 2019 01:35
Show Gist options
  • Select an option

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

Select an option

Save worldofprasanna/9c09427faeb8bfbcbf3ead221e2799cb to your computer and use it in GitHub Desktop.
First Job in CircleCI
version: 2
jobs:
build:
docker:
- image: busybox:latest
steps:
- run:
name: Hello World
command: echo "Hello World"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment