We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fb1f49 commit da32f40Copy full SHA for da32f40
ci/upload.py
@@ -199,3 +199,6 @@ def purge(url):
199
upload_ssh(f, p)
200
print("Purge", u)
201
purge(u)
202
+
203
+# Purge the upload directory so that the FTP browser is up to date
204
+purge(UPLOAD_URL)
0 commit comments