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 0b48bdb commit 8c862b4Copy full SHA for 8c862b4
ci-javadoc.sh
@@ -40,6 +40,7 @@ keep_alive() {
40
}
41
42
ciURL=$(mvn -q -Denforcer.skip=true -Dexec.executable=echo -Dexec.args='${project.ciManagement.url}' --non-recursive validate exec:exec 2>&1)
43
+ciURL=${ciURL%/actions}
44
ciRepo=${ciURL##*/}
45
ciPrefix=${ciURL%/*}
46
ciOrg=${ciPrefix##*/}
0 commit comments