From 502c32e95fb191d66fa7bb4a7ab116e47435c99f Mon Sep 17 00:00:00 2001 From: tmcguinness Date: Tue, 11 Jun 2024 20:08:49 +0000 Subject: [PATCH] added overwrite to the create_experiment scripts to avoid restart errors in ci in the bash system --- ci/scripts/driver.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/scripts/driver.sh b/ci/scripts/driver.sh index ec7702251d0..0f53ebff6ff 100755 --- a/ci/scripts/driver.sh +++ b/ci/scripts/driver.sh @@ -228,7 +228,7 @@ for pr in ${pr_list}; do } >> "${output_ci}" continue fi - "${HOMEgfs}/workflow/create_experiment.py" --yaml "${HOMEgfs}/ci/cases/pr/${case}.yaml" > "${LOGFILE_PATH}" 2>&1 + "${HOMEgfs}/workflow/create_experiment.py" --yaml "${HOMEgfs}/ci/cases/pr/${case}.yaml" --overwrite > "${LOGFILE_PATH}" 2>&1 ci_status=$? set -e if [[ ${ci_status} -eq 0 ]]; then