Skip to content

Commit

Permalink
Merge pull request #29738 from loganharbour/29737_apptainer_list
Browse files Browse the repository at this point in the history
Remove extraneous apptainer instance list
  • Loading branch information
loganharbour authored Jan 24, 2025
2 parents f08a5db + c3ab9b8 commit 951f238
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/TestHarness/schedulers/hpc_template
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ if ((return_code > 128)); then
fi
# If we're using --sharens, make sure the instance is dead
if [ "$APPTAINER_SHARENS" == "1" ] && [ -n "$APPTAINER_CONFIGDIR" ]; then
apptainer instance list
set +e
instance_list=$(apptainer instance list | tail -n +2)
if [ -n "$instance_list" ]; then
Expand Down

0 comments on commit 951f238

Please sign in to comment.