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 e94a1bf commit 1430b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-repository.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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
ls /opt/build/cache/repository | (grep -E '^v[0-9]+\.[0-9]+\.[0-9]+' || echo '') | sort -u > debs/custom-excludes.txt

bazel run \
--config=debs-ci \
Expand Down

0 comments on commit 1430b38

Please sign in to comment.