Skip to content

Commit

Permalink
Merge pull request #94 from osg-htc/hotfix/empty-release-short-circuit
Browse files Browse the repository at this point in the history
Update pull_condor_rpms.sh to pull update before release
  • Loading branch information
brianhlin authored Oct 30, 2024
2 parents 2650e1d + 5dfd172 commit 1d68b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pull_condor_rpms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ esac
# development -> daily
case $REPO in
release ) CONDOR_REPOS=(release) ;;
testing ) CONDOR_REPOS=(release update) ;;
testing ) CONDOR_REPOS=(update release) ;;
development ) CONDOR_REPOS=(daily) ;;
* ) repo_not_supported $REPO ;;
esac
Expand Down

0 comments on commit 1d68b8a

Please sign in to comment.