Skip to content

Commit 3644a97

Browse files
committed
CI-specific fix
1 parent c378def commit 3644a97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cert-generator/setup-k8s.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ if [ -n "$CI" ]; then
99
if ! kubectl version --request-timeout=5s >/dev/null 2>&1; then
1010
echo "WARNING: Cannot connect to Kubernetes in CI - skipping k8s setup"
1111
echo "Creating dummy kubeconfig for CI..."
12+
mkdir -p /backend
1213
cat > /backend/kubeconfig.yaml <<EOF
1314
apiVersion: v1
1415
kind: Config

0 commit comments

Comments
 (0)