no script content
This commit is contained in:
parent
b450c9534c
commit
5c76bd45b0
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ def install_commands(path: str) -> None:
|
||||||
def list_environment_variables() -> None:
|
def list_environment_variables() -> None:
|
||||||
step("List environment variables")
|
step("List environment variables")
|
||||||
for variable, value in sorted(projects.environment.items()):
|
for variable, value in sorted(projects.environment.items()):
|
||||||
if variable != "SPCD_SSH_KEY":
|
if variable not in ["SPCD", "SPCD_SSH_KEY"]:
|
||||||
log.info(f"{variable} = {value}")
|
log.info(f"{variable} = {value}")
|
||||||
else:
|
else:
|
||||||
log.info(f"{variable}")
|
log.info(f"{variable}")
|
||||||
|
|
Loading…
Reference in a new issue