6ccd3a9b44
- use new yaml config files - provide separate service- and pod- start/stop scripts Change-Id: Iaff2a5b4d5a33467a9d10b10e9bd5c922eeed3aa
8 lines
97 B
Bash
Executable File
8 lines
97 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd $(git rev-parse --show-toplevel)
|
|
|
|
./tools/stop-all-pods
|
|
./tools/stop-all-services
|
|
|