Skip to content

Commit

Permalink
Fix CI driver (#1757)
Browse files Browse the repository at this point in the history
Fix bug with HOMEgfs getting populated incorrectly
  • Loading branch information
TerrenceMcGuinness-NOAA committed Jul 19, 2023
1 parent 653a897 commit 7c7d1c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/scripts/driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
#######################################################################################

#################################################################
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7c7d1c8

Please sign in to comment.