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 0bcda9f commit ddb9246
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build-repository.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ EXCLUDED=(
"v1.28.1"
"v1.28.0")

cat debs/custom-excludes.txt

for version in "${EXCLUDED[@]}"; do
echo $version >> debs/custom-excludes.txt
done
Expand All @@ -30,3 +32,5 @@ bazel run \
--config=debs-ci \
//tools/tarball:unpack \
/opt/build/cache/repository

echo "NOTHING" > repository/index.html

0 comments on commit ddb9246

Please sign in to comment.