Skip to content
This repository was archived by the owner on Aug 6, 2021. It is now read-only.

Commit

Permalink
Fix caching images
Browse files Browse the repository at this point in the history
  • Loading branch information
pbochynski authored Feb 7, 2021
1 parent 91c20e8 commit 98fbb80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kyma-k3d.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
set -o errexit

./create-cluster-k3d.sh
./create-cluster-k3d.sh $1
./install-istio.sh -f config-istio.yaml
./install-kyma.sh

0 comments on commit 98fbb80

Please sign in to comment.