Skip to content

Commit

Permalink
Bump condor max version requirement for -pool workaround to include 2…
Browse files Browse the repository at this point in the history
…3.10.0 dailies
  • Loading branch information
matyasselmeci committed Jul 10, 2024
1 parent 3a11820 commit ee6e7f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_inside_gha.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ function test_docker_HAS_SINGULARITY {
# attempts to contact the collector. Hopefully it will be fixed in 23.10;
# in the meantime, use -pool instead of -direct (which is a hack).
local direct
if condor_version_in_range 23.8.0 23.9.99; then
if condor_version_in_range 23.8.0 23.10.0; then
direct="-pool"
else
direct="-direct"
Expand Down

0 comments on commit ee6e7f4

Please sign in to comment.