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 18, 2024
1 parent 0839ca8 commit 4bb33b0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build-repository.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ set -e -o pipefail
REPOS=(focal jammy bullseye bookworm)
declare -A REPO_PACKAGES

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



import_public_key () {
gpg --import envoy-maintainers-public.key
Expand All @@ -16,6 +13,7 @@ import_public_key () {


rm -rf /opt/build/cache/repository/v1.28.3
ls /opt/build/cache/repository | (grep -E '^v[0-9]+\.[0-9]+\.[0-9]+' || echo '') | sort -u > debs/custom-excludes.txt
import_public_key
bazel run --config=debs-ci //debs:publish

Expand Down

0 comments on commit 4bb33b0

Please sign in to comment.