Skip to content

Commit

Permalink
build: remove integrations checks
Browse files Browse the repository at this point in the history
Signed-off-by: peternmuller <[email protected]>
  • Loading branch information
peternmuller committed Sep 29, 2024
1 parent 03d3d30 commit 999df3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ get_rv_prebuilts() {
tag_name=v${tag_name%.*}
if [ "$tag_name" = "v" ]; then abort "wrong ver"; fi
fi
if [ "$tag" = "Integrations" ] && [ ! -f "$file" ]; then integs_file=$file; fi

echo -n "$file "
if [ "$tag" = "Patches" ]; then
Expand Down

0 comments on commit 999df3b

Please sign in to comment.