Skip to content

Commit

Permalink
localinstall/kci-deploy: Add a simple general script
Browse files Browse the repository at this point in the history
Signed-off-by: Arisu Tachibana <[email protected]>
  • Loading branch information
aliceinwire committed Sep 10, 2024
1 parent 8f8949d commit 9add04f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions localinstall/kci-deploy.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/env python3
#

import os

os.system("./1-rebuild_all.sh")
os.system("./2-install_api.sh")
os.system("./3-install_pipeline.sh")
os.system("./4-start-cycle.sh")

0 comments on commit 9add04f

Please sign in to comment.