Skip to content

Commit b11a6c9

Browse files
authored
Merge pull request #3 from manojmsrit/initial-circle-config
Update config.yml
2 parents 956d0f0 + d840d2e commit b11a6c9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.circleci/config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
11
version: 2.1
2+
executors:
3+
ci-executor:
4+
docker:
5+
- image: githubtraining/ci-custom:latest
6+
jobs:
7+
build:
8+
executor: ci-executor
9+
steps:
10+
- checkout

0 commit comments

Comments
 (0)