mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-18 17:26:16 +00:00
Don't do version & block_ref updates in background on deletion
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
for FILE in $(find target/debug/deps); do
|
||||
curl -v localhost:3900/$FILE -X DELETE -H 'Host: garage'
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user