python_deploy: fix github dev channel updates
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
ccfe32f236
commit
a4604e3380
@ -362,7 +362,7 @@ class PythonDeploy(AppDeploy):
|
|||||||
pip_args = f"install -U git+https://github.com/{repo}"
|
pip_args = f"install -U git+https://github.com/{repo}"
|
||||||
if rollback:
|
if rollback:
|
||||||
pip_args += f"@{self.rollback_ref}"
|
pip_args += f"@{self.rollback_ref}"
|
||||||
elif self.channel == "dev":
|
elif self.channel == Channel.DEV:
|
||||||
current_ref = self.current_sha
|
current_ref = self.current_sha
|
||||||
if self.primary_branch is not None:
|
if self.primary_branch is not None:
|
||||||
pip_args += f"@{self.primary_branch}"
|
pip_args += f"@{self.primary_branch}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user