Skip to content

Commit 8c862b4

Browse files
committed
ci-javadoc.sh: strip /actions suffix from ciURL
1 parent 0b48bdb commit 8c862b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci-javadoc.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ keep_alive() {
4040
}
4141

4242
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}
4344
ciRepo=${ciURL##*/}
4445
ciPrefix=${ciURL%/*}
4546
ciOrg=${ciPrefix##*/}

0 commit comments

Comments
 (0)