Skip to content

Commit

Permalink
midpoint-main-pipeline: it seems -DdeployAtEnd=true does not work here
Browse files Browse the repository at this point in the history
We use it in master build, no problem, but here it does not deploy.
  • Loading branch information
virgo47 committed Jul 14, 2022
1 parent 0a28e46 commit 84cbebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion midpoint-main-pipeline
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ podTemplate(
df -h
fi

mvn -B -ntp -Dmaven.test.failure.ignore clean deploy -DdeployAtEnd=true
mvn -B -ntp -Dmaven.test.failure.ignore clean deploy

if [ "${verbose}" -ge 1 ]; then
df -h
Expand Down

0 comments on commit 84cbebb

Please sign in to comment.