Skip to content

Commit da32f40

Browse files
authored
Fixes #31: Purge the FTP browser URL after uploading (#34)
1 parent 8fb1f49 commit da32f40

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/upload.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,3 +199,6 @@ def purge(url):
199199
upload_ssh(f, p)
200200
print("Purge", u)
201201
purge(u)
202+
203+
# Purge the upload directory so that the FTP browser is up to date
204+
purge(UPLOAD_URL)

0 commit comments

Comments
 (0)