From 7d97fdcbec04c1ce0bfadda2bec94d6201bcdfea Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Sat, 20 Jun 2020 09:07:38 -0500 Subject: [PATCH] Clarified setting VERSION for unavailable Mohist builds --- start-deployMohist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/start-deployMohist b/start-deployMohist index 78bb1a47..b6178e8a 100644 --- a/start-deployMohist +++ b/start-deployMohist @@ -13,6 +13,7 @@ mohistJob=${mohistJobs}Mohist-${VANILLA_VERSION}/ if ! curl -X HEAD -o /dev/null -fsSL "${mohistJob}"; then log "ERROR: mohist builds do not exist for ${VANILLA_VERSION}" log " check https://ci.codemc.io/job/Mohist-Community/ for available versions" + log " and set VERSION accordingly" exit 1 fi @@ -25,6 +26,7 @@ baseName=$(basename "${latestBuildRelPath}") if [[ ${baseName} != *-server.jar* ]]; then log "ERROR: mohist build for ${VANILLA_VERSION} is not a valid server jar, found ${baseName}" log " check https://ci.codemc.io/job/Mohist-Community/ for available versions" + log " and set VERSION accordingly" exit 1 fi