Merge pull request #616 from kiwix/dev_push_subdir

This commit is contained in:
Matthieu Gautier 2023-05-16 16:35:43 +02:00 committed by GitHub
commit 147947e886
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ def upload_archive(archive, project, make_release, dev_branch=None):
dest_path = dest_path + "nightly/" + DATE
if dev_branch:
dest_path = "/data/tmp/ci/" + dev_branch
dest_path = "/data/tmp/ci/dev_preview/" + dev_branch
else:
# Make the archive read only. This way, scp will preserve rights.
# If somehow we try to upload twice the same archive, scp will fails.