diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index c859028..3239987 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -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' }}