Skip to content

Commit 9add04f

Browse files
committed
localinstall/kci-deploy: Add a simple general script
Signed-off-by: Arisu Tachibana <[email protected]>
1 parent 8f8949d commit 9add04f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

localinstall/kci-deploy.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/usr/bin/env python3
2+
#
3+
4+
import os
5+
6+
os.system("./1-rebuild_all.sh")
7+
os.system("./2-install_api.sh")
8+
os.system("./3-install_pipeline.sh")
9+
os.system("./4-start-cycle.sh")

0 commit comments

Comments
 (0)