From 7c7d1c8c7e92f4a25a6e39d3ba5a940d4ba02631 Mon Sep 17 00:00:00 2001 From: TerrenceMcGuinness-NOAA Date: Wed, 19 Jul 2023 07:24:48 -0700 Subject: [PATCH] Fix CI driver (#1757) Fix bug with HOMEgfs getting populated incorrectly --- ci/scripts/driver.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ci/scripts/driver.sh b/ci/scripts/driver.sh index 0e1f61730b..baaddf94e5 100755 --- a/ci/scripts/driver.sh +++ b/ci/scripts/driver.sh @@ -13,7 +13,6 @@ set -eux # PR number and calls clone-build_ci.sh to perform a clone and full build from $(HOMEgfs)/sorc # of the PR. It then is ready to run a suite of regression tests with various # configurations with run_tests.py. -# No-op for test ####################################################################################### ################################################################# @@ -156,7 +155,7 @@ for pr in ${pr_list}; do pslot="${case}_${pr_sha}" export pslot set +e - "${HOMEgfs}/ci/scripts/create_experiment.py" --yaml "${HOMEgfs_PR}/ci/cases/${case}.yaml" --dir "${HOMEgfs_PR}" + "${HOMEgfs_PR}/ci/scripts/create_experiment.py" --yaml "${HOMEgfs_PR}/ci/cases/${case}.yaml" --dir "${HOMEgfs_PR}" ci_status=$? set -e if [[ ${ci_status} -eq 0 ]]; then