Added support for Catserver type

This commit is contained in:
Geoff Bourne
2020-06-20 15:28:30 -05:00
parent 7d97fdcbec
commit 8f82ff9b1d
5 changed files with 47 additions and 2 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ fi
export SERVER="/data/${baseName}"
if [ ! -f ${SERVER} ]; then
log "Downloading ${SERVER}"
log "Downloading ${baseName}"
curl -o "${SERVER}" -fsSL "${mohistJob}lastSuccessfulBuild/artifact/${latestBuildRelPath}"
fi