We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f437a4 commit d2b18ffCopy full SHA for d2b18ff
.circleci/config.yml
@@ -0,0 +1,8 @@
1
+version: 2
2
+jobs:
3
+ build:
4
+ docker:
5
+ - image: circleci/openjdk:8
6
+ steps:
7
+ - checkout
8
+ - run: echo "hello world"
0 commit comments