We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 956d0f0 + d840d2e commit b11a6c9Copy full SHA for b11a6c9
.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