From 9471a39e715934c4ee1814afe866458272e8f852 Mon Sep 17 00:00:00 2001 From: fabrizzio-dotCMS Date: Wed, 4 Oct 2023 10:30:30 -0600 Subject: [PATCH] #26300 fixes to the script that runs the cli --- tools/dotcms-cli/action/.github/workflows/scripts/run-push.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/dotcms-cli/action/.github/workflows/scripts/run-push.sh b/tools/dotcms-cli/action/.github/workflows/scripts/run-push.sh index 5c308a8f371b..5129f772110a 100644 --- a/tools/dotcms-cli/action/.github/workflows/scripts/run-push.sh +++ b/tools/dotcms-cli/action/.github/workflows/scripts/run-push.sh @@ -3,6 +3,7 @@ DOT_CLI_JAR="dot-cli.jar" DOT_CLI_HOME="/tmp/dot-cli/" DOT_SERVICE_YML="dot-service.yml" + RUN_JAVA_VERSION=1.3.8 SERVICES_FILE_CONTENT=' - name: "default" @@ -99,7 +100,7 @@ _run_cli_push(){ echo $exit_code } -install_dot_cli(){ +install_cli(){ cli_release_download_url=$1 force_download=$2 dotApiURL=$3