no script content

This commit is contained in:
Marc Beninca 2024-07-30 00:42:50 +02:00
parent b450c9534c
commit 5c76bd45b0
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -53,7 +53,7 @@ def install_commands(path: str) -> None:
def list_environment_variables() -> None:
step("List environment variables")
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}")
else:
log.info(f"{variable}")