Skip to content

Commit

Permalink
chore: remove AWS from sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
matkoch committed Sep 10, 2024
1 parent bd9350f commit 558a89c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions build/Build.Announce.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,9 @@ partial class Build
}

IEnumerable<(string Text, string Url)> AnnouncementSponsors =>
new (string Text, string Url)[]
{
("Octopus Deploy", "https://octopus.com/"),
("Amazon Web Services", "https://aws.amazon.com/"),
};
[
("Octopus Deploy", "https://octopus.com/")
];

// https://api.slack.com/apps/A050ZLH0V40/incoming-webhooks?
[Parameter] [Secret] readonly string SlackWebhook;
Expand Down

0 comments on commit 558a89c

Please sign in to comment.