Skip to content

Commit e98ce03

Browse files
authored
👷 chore(circleCI): Comment pipe
1 parent 6acb3ca commit e98ce03

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.circleci/config.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

0 commit comments

Comments
 (0)