Report errors properly in deploy script
This commit is contained in:
parent
881d8d6976
commit
fc9cbbc7c6
|
@ -38,4 +38,4 @@ with tempfile.TemporaryDirectory() as tmpdir:
|
|||
check=True,
|
||||
)
|
||||
os.chdir("riju")
|
||||
subprocess.run(["scripts/deploy-phase2.py"])
|
||||
subprocess.run(["scripts/deploy-phase2.py"], check=True)
|
||||
|
|
Loading…
Reference in New Issue