Skip to content

Commit

Permalink
OMG still had srting wrong to getting STMP with unbalanced quotes
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 bc47272 commit 1e17407
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/utils/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 1e17407

Please sign in to comment.