diff --git a/setup b/setup index 8cb47cc..cb495c3 100755 --- a/setup +++ b/setup @@ -1,5 +1,7 @@ #!/usr/bin/env bash +set -euo pipefail + kind create cluster --config kind.yaml --wait 10m kubectl create secret docker-registry gitlab \