Skip to content

Commit 26d0c6c

Browse files
committed
1 parent 0fbcb19 commit 26d0c6c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.circleci/config.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2.1
2+
jobs:
3+
build:
4+
docker:
5+
- image: alpine:3.7
6+
steps:
7+
- run:
8+
name: The First Step
9+
command: |
10+
echo 'Hello world!'
11+
echo 'This is the delivery pipeline'
12+

0 commit comments

Comments
 (0)