Skip to content

Commit

Permalink
Shell script update
Browse files Browse the repository at this point in the history
  • Loading branch information
katjuell committed Sep 30, 2024
1 parent 7396776 commit 41e9dc2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/presubmit-metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,5 @@ jobs:
# Don't fail because of grep
set +o pipefail
find . -type f -path '*/images/*/metadata.yaml' |
xargs "$(
yq eval '.keywords[]' - | grep -vE '(application|base|fips|ai|ai-gpu|stigs|featured)'
)"
yq eval '.keywords[]' - | grep -vE '(application|base|fips|ai|ai-gpu|stigs|featured)'
echo '::endgroup::'

0 comments on commit 41e9dc2

Please sign in to comment.