Skip to content

Commit

Permalink
Merge pull request #2660 from reubenmiller/dev-fix-typo-false-positive
Browse files Browse the repository at this point in the history
dev: avoid github typo false positive by using another version example
  • Loading branch information
reubenmiller authored Feb 2, 2024
2 parents 5e96552 + f65a7ea commit b77caf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/admin/cloudsmith_admin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ delete_by_version() {

list_old_versions() {
# Only use the "tedge" package to determine the versions
# Version filter: Only included versions with "g" in it, as it identifies non-official versions e.g. 1.0.0~rc.2~51+g2149ba7
# Version filter: Only included versions with "g" in it, as it identifies non-official versions e.g. 1.0.0~rc.2~51+g1234abc
# Uploaded filter: Only filter for packages uploaded that are older than x days ago
cloudsmith ls pkg thinedge/tedge-main -q "format:deb AND name:^tedge$ AND version:g AND architecture:arm64 AND uploaded:<'60 days ago'" -l 500 -F json \
| jq -r '.data[] | .version'
Expand Down

1 comment on commit b77caf7

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
389 0 3 389 100 55m51.288999999s

Please sign in to comment.