Skip to content

Commit

Permalink
left out utils in path to pars_yaml utility
Browse files Browse the repository at this point in the history
  • Loading branch information
Terry McGuinness authored and Terry McGuinness committed Nov 9, 2024
1 parent db78344 commit bc47272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/utils/ci_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ function create_experiment () {
source "${HOMEgfs}/workflow/gw_setup.sh"

# Remove RUNDIRS dir incase this is a retry (STMP now in host file)
STMP=$("${HOMEgfs}/ci/scripts/parse_yaml.py -y ${HOMEgfs}/workflow/hosts/${MACHINE_ID}.yaml -k STMP -s")
STMP=$("${HOMEgfs}/ci/scripts/utils/parse_yaml.py -y ${HOMEgfs}/workflow/hosts/${MACHINE_ID}.yaml -k STMP -s")
echo "Removing ${STMP}/RUNDIRS/${pslot} directory incase this is a retry"
rm -Rf "${STMP}/RUNDIRS/${pslot}"

Expand Down

0 comments on commit bc47272

Please sign in to comment.