Publish opnfvdocs pieman branch
[releng.git] / utils / retention_script.sh
index 4a06b00..3d0673a 100755 (executable)
@@ -29,7 +29,7 @@ do
 
     if [[ "$daysold" -gt "10" ]]; then
       echo "$daysold Days old deleting: $(basename $artifact)"
-      s4cmd del --endpoint-url https://storage.googleapis.com "$artifact"
+      gsutil rm "$artifact"
     else
       echo "$daysold Days old retaining: $(basename $artifact)"
     fi