Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
phlax committed Aug 16, 2024
1 parent 9bc0e73 commit 1c2a9b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/envoy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,8 @@ jobs:
key: ${{ steps.versions.outputs.hash }}
path: /tmp/repository
- run: |
if [[ ! -e /tmp/repository ]]; then
echo "PULL ALL ..."
fi
mkdir -p /tmp/repository/v1.28.3
ls /tmp/repository | grep -E '^v[0-9]+\.[0-9]+\.[0-9]+' | sort -u > custom-excludes.txt
bazel build --//:excludes=//:custom-excludes.txt --config=ci //:debs
tar tf bazel-bin/debs.tar.gz
ls -alh bazel-bin/debs.tar.gz
2 changes: 1 addition & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ genrule(
name = "debs",
outs = ["debs.tar.gz"],
cmd = """
$(location :fetcher) --downloads=$(location :debs_downloads) --exclude=$(location :excludes) --extract-downloads --output-path=$@
$(location :fetcher) $(location :debs_downloads) --exclude=$(location :excludes) --extract-downloads --output-path=$@
""",
tools = [
":fetcher",
Expand Down

0 comments on commit 1c2a9b1

Please sign in to comment.