Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
daynewlee committed Feb 21, 2024
1 parent be5a87a commit 7da6ce4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ci/jobs/diff-dumps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,9 @@ upload_v4_versioned_vuln() {
cmd+=(echo "Would do")
fi
cd /tmp/offline-dump

cat out/RELEASE_VERSION.txt |
grep -oE '^[0-9]+\.[0-9]+' |
grep -oE '^[0-9]+\.[0-9]+' |
sort -V |
uniq |
while read -r version; do
Expand All @@ -129,7 +130,6 @@ upload_v4_versioned_vuln() {
else
echo "Failed to download scanner-v4-defs-${version}.zip, skipping..."
fi
done <<< "$versions"
}

diff_dumps() {
Expand Down

0 comments on commit 7da6ce4

Please sign in to comment.