cli/install: add --no-persist-state

Skip persisting the current date after successful install
This is a workaround due to incomplete test setup - installing a clan machine without having a clan
This commit is contained in:
Johannes Kirschbauer
2025-08-20 20:46:44 +02:00
parent 05951ffdb9
commit e6981ddd72
3 changed files with 22 additions and 13 deletions

View File

@@ -232,6 +232,7 @@
"-i", ssh_conn.ssh_key,
"--option", "store", os.environ['CLAN_TEST_STORE'],
"--update-hardware-config", "nixos-facter",
"--no-persist-state",
]
subprocess.run(clan_cmd, check=True)
@@ -275,7 +276,7 @@
"${self.checks.x86_64-linux.clan-core-for-checks}",
"${closureInfo}"
)
# Set up SSH connection
ssh_conn = setup_ssh_connection(
target,