mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-27 06:14:32 +00:00
fix link for donwload builds
This commit is contained in:
parent
75a0898eee
commit
e8e0baca52
@ -55,7 +55,7 @@ class Make(BaseModule):
|
||||
return self.tempRepoDir
|
||||
|
||||
def destDirUrl(self, props):
|
||||
return "http://quasarapp.ddns.net:3031/" + self.destDirPrivate(props)
|
||||
return "https://quasarapp.ddns.net:3031/" + self.destDirPrivate(props)
|
||||
|
||||
def permission(self):
|
||||
return ["chmod", "-R", "775", '/var/www/builds/']
|
||||
|
Loading…
x
Reference in New Issue
Block a user