From 7cd35c0b5559f72d3f652503bfb0cc526b503f2e Mon Sep 17 00:00:00 2001 From: nextstrain-bot <78992647+nextstrain-bot@users.noreply.github.com> Date: Mon, 3 Aug 2026 22:51:35 +0000 Subject: [PATCH] git subrepo pull (merge) ingest/vendored subrepo: subdir: "ingest/vendored" merged: "5b4c394" upstream: origin: "https://github.com/nextstrain/ingest" branch: "main" commit: "5b4c394" git-subrepo: version: "0.4.9" origin: "https://github.com/ingydotnet/git-subrepo" commit: "5e0f401" --- ingest/vendored/.gitrepo | 4 ++-- ingest/vendored/scripts/cloudfront-invalidate | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ingest/vendored/.gitrepo b/ingest/vendored/.gitrepo index add677c..e2f49c6 100644 --- a/ingest/vendored/.gitrepo +++ b/ingest/vendored/.gitrepo @@ -6,7 +6,7 @@ [subrepo] remote = https://github.com/nextstrain/ingest branch = main - commit = 9b91ad2885963b5596ef80f78db12c1f1f7577b7 - parent = 2f3923b94b654ee82d8030ab39c5315f5fede022 + commit = 5b4c39496f4ed861852ed8ab1528fae71c91571d + parent = 4cb41619d4363cd5d88532f371b903d0e110d4c2 method = merge cmdver = 0.4.9 diff --git a/ingest/vendored/scripts/cloudfront-invalidate b/ingest/vendored/scripts/cloudfront-invalidate index dbea398..13d5686 100755 --- a/ingest/vendored/scripts/cloudfront-invalidate +++ b/ingest/vendored/scripts/cloudfront-invalidate @@ -11,7 +11,7 @@ main() { echo "-> Finding CloudFront distribution" distribution=$( aws cloudfront list-distributions \ - --query "DistributionList.Items[?contains(Aliases.Items, \`$domain\`)] | [0].Id" \ + --query "DistributionList.Items[?contains(not_null(Aliases.Items, ''), \`$domain\`)] | [0].Id" \ --output text )