Skip to content

Commit

Permalink
github/update: Remove debugging (#37)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax authored Jan 14, 2025
1 parent b62c639 commit 5a47657
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,5 @@ jobs:
with:
key: ${{ secrets.GCS_CACHE_KEY }}
- run: |
du -ch ./bazel-bin/debs/debs/
ls -l ./bazel-bin/debs/debs/
gsutil -m rsync -r ./bazel-bin/debs/debs/ gs://envoy-apt-cache/debs
gsutil -mq rsync -r ./bazel-bin/debs/debs/ gs://envoy-apt-cache/debs
if: ${{ github.event_name != 'pull_request' }}

0 comments on commit 5a47657

Please sign in to comment.