Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ingest/vendored/.gitrepo
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion ingest/vendored/scripts/cloudfront-invalidate
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down
Loading