Skip to content

Commit

Permalink
#26300 fixes to the script that runs the cli
Browse files Browse the repository at this point in the history
  • Loading branch information
fabrizzio-dotCMS committed Oct 4, 2023
1 parent 40a325e commit 9471a39
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9471a39

Please sign in to comment.