Skip to content

Commit

Permalink
Merge pull request #44 from matyasselmeci/pr/fix-contrib-empty-take-2
Browse files Browse the repository at this point in the history
Second attempt at fixing contrib and empty
  • Loading branch information
mwestphall authored Oct 2, 2023
2 parents 886b3af + 51ff7b9 commit 9868571
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions bin/new_mashfile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,8 @@ esac

# in OSG 23+, "contrib" and "empty" make it into the "$branch"; in previous, it's part of "$REPO"
if [[ $REPO == development || \
$REPO == empty || \
$REPO == contrib || \
$branch == empty || \
$branch == contrib ]]; then
$TAG == *contrib* || \
$TAG == *empty* ]]; then
KEYS="$auto_key $developer_key"
else
KEYS=$developer_key
Expand Down

0 comments on commit 9868571

Please sign in to comment.