update seafile install script and add warning global param
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3f1155393b
commit
9492a1d087
@ -138,7 +138,8 @@ def run_steps(linux_machine: LinuxMachine, steps: dict):
|
||||
f"skipping...")
|
||||
continue
|
||||
|
||||
logging.info(f"Running step {index + 1}/{len(steps)} for LXC {linux_machine.id}...")
|
||||
logging.info(
|
||||
f"Running step {index + 1}/{len(steps)} for LXC {linux_machine.id}...\n {step['warning'] if 'warning' in step else ''}")
|
||||
|
||||
# Run command step
|
||||
match step['type']:
|
||||
|
Loading…
Reference in New Issue
Block a user