File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 1- orbs :
2- maven : circleci/maven@1.4.1
3- browser-tools : circleci/browser-tools@1.4.1
4- version : 2.1
1+ # orbs:
2+ # maven: circleci/maven@1.4.1
3+ # browser-tools: circleci/browser-tools@1.4.1
4+ # version: 2.1
55# jobs:
66# deploy:
77# docker:
@@ -18,15 +18,15 @@ version: 2.1
1818# mvn deploy
1919# - store_artifacts:
2020# path: target/surefire-reports
21- workflows :
22- maven_test :
23- jobs :
24- - maven/test :
25- command : " -X clean install site"
26- executor :
27- name : maven/default
28- tag : " 11.0"
29- test_results_path : target/surefire-reports
21+ # workflows:
22+ # maven_test:
23+ # jobs:
24+ # - maven/test:
25+ # command: "-X clean install site"
26+ # executor:
27+ # name: maven/default
28+ # tag: "11.0"
29+ # test_results_path: target/surefire-reports
3030 # deploy:
3131 # jobs:
3232 # - deploy
You can’t perform that action at this time.
0 commit comments