Created
April 26, 2019 01:35
-
-
Save worldofprasanna/9c09427faeb8bfbcbf3ead221e2799cb to your computer and use it in GitHub Desktop.
First Job in CircleCI
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: 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