Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
phlax committed Aug 17, 2024
1 parent dadaec4 commit af2ed8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ common:ci --test_output=errors

run:debs-ci --config=ci
run:debs-ci --//debs:excludes=//debs:custom-excludes.txt
run:debs-ci --//debs:token=//debs:token.txt
# run:debs-ci --//debs:token=//debs:token.txt
run:debs-ci --//tools/tarball:target=//debs
run:debs-ci --//tools/tarball:overwrite=//tools/tarball:true
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

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

bazel run \
--config=debs-ci \
//tools/tarball:unpack \
Expand Down

0 comments on commit af2ed8d

Please sign in to comment.