mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-22 03:47:10 -04:00
Merge pull request #616 from kiwix/dev_push_subdir
This commit is contained in:
commit
147947e886
2
.github/scripts/common.py
vendored
2
.github/scripts/common.py
vendored
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user