Skip to content

Commit 018c36b

Browse files
committedDec 21, 2021
Add the Screwdriver config.
1 parent 88577eb commit 018c36b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎screwdriver.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
shared:
2+
image: maven
3+
4+
jobs:
5+
main:
6+
steps:
7+
- run_arbitrary_script: mvn clean test --quiet

0 commit comments

Comments
 (0)
Please sign in to comment.