Skip to content

Commit

Permalink
Merge pull request #86 from matyasselmeci/pr/master-dont-pull-condor-…
Browse files Browse the repository at this point in the history
…24-yet

Don't try to pull from Condor 24 repos: it hasn't been released yet
  • Loading branch information
mwestphall authored Oct 1, 2024
2 parents ed87325 + 4d11c0f commit dfa037b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/pull_condor_rpms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ case $TAG in
* ) usage ;;
esac

if [[ $SERIES == 24 ]]; then
tag_not_supported # Condor 24 isn't released yet
fi

# branch "upcoming" corresponds to SERIES.x in htcondor, "main" corresponds to SERIES.0
# others do not have a corresponding series
case $BRANCH in
Expand Down

0 comments on commit dfa037b

Please sign in to comment.