From 2fec1b572e4a2d57e1468fe7df0c6b92795c8218 Mon Sep 17 00:00:00 2001 From: lb584 <lb584@cam.ac.uk> Date: Thu, 4 May 2023 11:31:40 +0100 Subject: [PATCH] making the IaaS runner perform upload rather than --noupload --- configs/docker/run/runDockerEWS.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/docker/run/runDockerEWS.sh b/configs/docker/run/runDockerEWS.sh index d550c13..0d16b63 100755 --- a/configs/docker/run/runDockerEWS.sh +++ b/configs/docker/run/runDockerEWS.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -upload='--noupload' # default +upload='' config='/storage/app/EWS_prod/regions/EastAfrica/resources/coordinator/configs/config_EastAfrica_fc_live.json' # default rundate=$(date '+%Y%m%d') # default today -- GitLab