Skip to content

Commit 8d0e08e

Browse files
committed
changed rultor script
1 parent ec77a70 commit 8d0e08e

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.rultor.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ release:
1919
- LeanderK
2020
- jundl77
2121
script: |-
22-
git config --global user.email "[email protected]"
23-
git config --global user.name "Leander Kurscheidt"
24-
git config --global credential.helper 'cache --timeout 600'
25-
mvn versions:set "-DnewVersion=${tag//\'}"
26-
git commit -am "${tag//\'}"
27-
mvn clean deploy --settings /home/r/settings.xml
22+
mvn versions:set "-DnewVersion=${tag//\'}"
23+
git commit -am "${tag//\'}"
24+
mvn -Dmaven.test.skip=true clean deploy --settings /home/r/settings.xml

0 commit comments

Comments
 (0)