We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a992f6 commit f638348Copy full SHA for f638348
.circleci/config.yml
@@ -1 +1,11 @@
1
version: 2
2
+jobs:
3
+ build:
4
+ working_directory: ~/circulate
5
+ docker:
6
+ - image: centos:7
7
+ steps:
8
+ - checkout
9
+ - run:
10
+ name: Print hello works
11
+ command: echo "hello world"
0 commit comments