diff options
-rw-r--r-- | jjb/infra/bifrost-cleanup-job.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/infra/bifrost-cleanup-job.yml b/jjb/infra/bifrost-cleanup-job.yml index ba283ffae..9f5f9e941 100644 --- a/jjb/infra/bifrost-cleanup-job.yml +++ b/jjb/infra/bifrost-cleanup-job.yml @@ -67,7 +67,7 @@ fi # No force (-f). We always verify upstream jobs so if there are no logs # something else went wrong and we need to break immediately and investigate - gsutil rm -r $BIFROST_GS_URL + gsutil -m rm -r $BIFROST_GS_URL triggers: - '{project}-gerrit-trigger-cleanup': |