We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2586f09 commit 2a324ebCopy full SHA for 2a324eb
ci-build.sh
@@ -88,6 +88,7 @@ EOL
88
deployOK=
89
scmURL=$(mvn -q -Denforcer.skip=true -Dexec.executable=echo -Dexec.args='${project.scm.url}' --non-recursive validate exec:exec 2>&1)
90
scmURL=${scmURL%.git}
91
+ scmURL=${scmURL%/}
92
93
if [ $? -ne 0 ]; then
94
echo "No deploy -- could not extract ciManagement URL"
0 commit comments