Skip to content

Commit

Permalink
build-repository.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
phlax committed Aug 17, 2024
1 parent af2ed8d commit e94a1bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build-repository.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

set -e -o pipefail


mkdir -p /opt/build/cache/repository
ls /opt/build/cache/repository | (grep -E '^v[0-9]+\.[0-9]+\.[0-9]+' || '') | sort -u > debs/custom-excludes.txt

bazel run \
Expand Down

0 comments on commit e94a1bf

Please sign in to comment.