Skip to content

Commit

Permalink
remove unnecessary hercules check in regression_var.sh (NOAA-EMC#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTreadon-NOAA committed Jun 28, 2024
1 parent ba2f14d commit 9c2cbf8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions regression/regression_var.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ elif [[ -d /work ]]; then # Orion or Hercules
else
export machine="Orion"
fi
elif [[ -d /work && $(hostname) =~ "hercules" ]]; then # Hercules
export machine="Hercules"
elif [[ -d /lfs/h2 ]]; then # wcoss2
export machine="wcoss2"
fi
Expand Down

0 comments on commit 9c2cbf8

Please sign in to comment.