Skip to content

fix(ci): use gsutil rsync for GCS sync - #151

Merged
pkieltyka merged 1 commit into
masterfrom
fix/gcs-sync-gsutil
Aug 18, 2026
Merged

fix(ci): use gsutil rsync for GCS sync#151
pkieltyka merged 1 commit into
masterfrom
fix/gcs-sync-gsutil

Conversation

@pkieltyka

Copy link
Copy Markdown
Member

The first run failed with unrecognized arguments: --deletegcloud storage rsync does not support a delete flag.

Switches the sync step to gsutil -m rsync -r -d, which has true sync semantics (-d deletes remote objects no longer present locally). Also drops the now-unneeded setup-gcloud step — gsutil reads the service account credentials directly from GOOGLE_APPLICATION_CREDENTIALS set by the auth action.

@pkieltyka
pkieltyka merged commit 585d9be into master Aug 18, 2026
7 checks passed
@pkieltyka
pkieltyka deleted the fix/gcs-sync-gsutil branch August 18, 2026 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant