[GitHub Actions] remove jib-maven-plugin after app generation.

This commit is contained in:
Corneil du Plessis
2022-10-27 12:17:25 +02:00
parent 0f1154d34d
commit a739c66d77
18 changed files with 433 additions and 338 deletions

View File

@@ -3,7 +3,7 @@ SCDIR=$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")
SCDIR=$(realpath $SCDIR)
function count_runners() {
kubectl get pods --namespace default | grep Running | grep -c "runners-ci"
kubectl get pods --namespace default | grep Running | grep -c "runners-stream-ci"
}
if [ "$1" = "" ]; then