We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac0f148 commit d9f3654Copy full SHA for d9f3654
.circleci/config.yml
@@ -0,0 +1,8 @@
1
+version: 2.1
2
+
3
+jobs:
4
+ build:
5
+ docker:
6
+ - image: cimg/base
7
+ steps:
8
+ - run: echo "This is an empty config just to keep CircleCI quiet."
0 commit comments