Skip to content

Commit

Permalink
Merge pull request opensciencegrid#186 from rynge/mailchimp-updates
Browse files Browse the repository at this point in the history
Mailchimp sync: added collab group, moved to almalinux 9
  • Loading branch information
rynge authored May 21, 2024
2 parents a7c5ac3 + 2b82003 commit 6d7442b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion opensciencegrid/mailchimp-sync/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM almalinux:8
FROM almalinux:9

LABEL maintainer OSG Software <[email protected]>

Expand Down
1 change: 1 addition & 0 deletions opensciencegrid/mailchimp-sync/mailchimp-sync/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ def main():
connect_apply_tag(users, 'CMS', 'root.cms')
connect_apply_tag(users, 'Duke', 'root.duke')
connect_apply_tag(users, 'OSG-Connect', 'root.osg')
connect_apply_tag(users, 'Collab', 'root.collab')
connect_apply_tag(users, 'SPT', 'root.spt')
connect_apply_tag(users, 'UChicago', 'root.uchicago')
connect_apply_tag(users, 'XENONnT', 'root.xenon1t')
Expand Down

0 comments on commit 6d7442b

Please sign in to comment.