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 52bc25e commit 2586f09Copy full SHA for 2586f09
ci-build.sh
@@ -87,6 +87,7 @@ EOL
87
# Determine whether deploying will be possible.
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
92
if [ $? -ne 0 ]; then
93
echo "No deploy -- could not extract ciManagement URL"
0 commit comments