Skip to content

Commit

Permalink
Setting runner jar
Browse files Browse the repository at this point in the history
  • Loading branch information
nollymar committed Sep 24, 2024
1 parent 4b9df26 commit 87dafac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
DOT_CLI_JAR_DOWNLOAD_URL=https://repo.dotcms.com/artifactory/libs-release-local/com/dotcms/dotcms-cli/24.09.21/dotcms-cli-24.09.21.jar
DOT_CLI_JAR_DOWNLOAD_URL=https://repo.dotcms.com/artifactory/libs-release-local/com/dotcms/dotcms-cli/24.09.21/dotcms-cli-24.09.21-runner.jar
DOT_QUARKUS_LOG_FILE_PATH=/tmp/dot-cli/dotcms-cli.log
3 changes: 1 addition & 2 deletions .github/workflows/scripts/run-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ _get_CLI(){
file="${DOT_CLI_HOME}${DOT_CLI_JAR}" && \
actual_size=$(wc -c <"$file");

if [ "$actual_size" -lt 100000 ]; then
if [ "$actual_size" -lt 1000000 ]; then
echo "The file is too small to be the CLI, please check the version and try again"
exit 1
fi
Expand Down Expand Up @@ -74,7 +74,6 @@ _setup_CLI(){

print_log(){
echo "Quarkus log file contents:"
echo "$(ls -la $HOME/.dotcms/)"
cat "$QUARKUS_LOG_FILE_PATH"
}

Expand Down

0 comments on commit 87dafac

Please sign in to comment.