Skip to content

Commit c3ba706

Browse files
committed
Add missing github-releases-api.bash
1 parent 3fc18a4 commit c3ba706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Exit this script immediately if a command/function exits with a non-zero status.
44
set -e
55

6-
SCRIPT_INCLUDES="log.bash utils.bash setup-secrets.bash openjdk.bash maven.bash sourceforge-api.bash"
6+
SCRIPT_INCLUDES="log.bash utils.bash setup-secrets.bash openjdk.bash maven.bash sourceforge-api.bash github-releases-api.bash"
77
# shellcheck source=inc/fetch_ci_scripts.bash
88
source "$(dirname "$0")/inc/fetch_ci_scripts.bash" && fetch_ci_scripts
99

0 commit comments

Comments
 (0)