Skip to content

Commit

Permalink
add -c flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Tulsishah committed Jan 3, 2025
1 parent f7ad0ac commit 4adda83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ fi

PATH=$1
# Run the gcloud command and suppress known errors
gcloud storage rm -r -q gs://${PATH}/** 2>&1 | grep -v -E "The following URLs matched no objects|404"
gcloud storage rm -r -c gs://${PATH}/** 2>&1 | grep -v -E "The following URLs matched no objects|404"

0 comments on commit 4adda83

Please sign in to comment.