Skip to content

Commit 3c221f2

Browse files
authored
Merge pull request #2 from codewizard13/initial-circle-config
Update config.yml
2 parents 956d0f0 + 469761d commit 3c221f2

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.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)