Skip to content

Commit daf8a70

Browse files
committed
Add some debug logging to rultor yaml file
1 parent 35990d0 commit daf8a70

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.rultor.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ release:
1010
pre: false
1111
script: |-
1212
mvn -Prelease versions:set "-DnewVersion=${tag}"
13-
export PATH=$JAVA_HOME/bin:$PATH
13+
printf "\n\n\n\n\n\n"
14+
pwd
15+
printf "\n\n\n\n\n\n"
16+
ls -l
17+
printf "\n\n\n\n\n\n"
1418
git commit -am "${tag}"
1519
mvn clean deploy -Prelease --settings /home/r/settings.xml
1620
commanders:

0 commit comments

Comments
 (0)