1
0
mirror of https://github.com/element-hq/element-web.git synced 2025-11-26 21:23:26 +03:00

talk to jenkins via https for the /dev redeployer

This commit is contained in:
Matthew Hodgson
2016-12-07 14:07:31 +00:00
parent 65a31cc8a9
commit 2b51cda6da

View File

@@ -127,7 +127,7 @@ def on_receive_jenkins_poke():
if __name__ == "__main__":
parser = argparse.ArgumentParser("Runs a Vector redeployment server.")
parser.add_argument(
"-j", "--jenkins", dest="jenkins", default="http://matrix.org/jenkins/", help=(
"-j", "--jenkins", dest="jenkins", default="https://matrix.org/jenkins/", help=(
"The base URL of the Jenkins web server. This will be hit to get the\
built artifacts (the .gz file) for redeploying."
)