Skip to content

Commit

Permalink
midpoint-main-pipeline: added free to verbose blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
virgo47 committed Jun 21, 2022
1 parent d78398e commit 101949c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions midpoint-main-pipeline
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ podTemplate(
env | sort
mvn --version
df -h
free
fi

mvn -B -ntp -Dmaven.test.failure.ignore clean deploy -DdeployAtEnd=true
Expand All @@ -67,6 +68,7 @@ podTemplate(

if [ "${verbose}" -ge 1 ]; then
df -h
free
fi
"""

Expand Down

0 comments on commit 101949c

Please sign in to comment.