2 parents 956d0f0 + 469761d commit 3c221f2Copy full SHA for 3c221f2
1 file changed
.circleci/config.yml
@@ -1 +1,10 @@
1
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