forked from LaconicNetwork/kompose
Change directory for cluster tests
Fixes the directory for running cluster tests (test_k8s rather than test_ci)
This commit is contained in:
@@ -30,10 +30,10 @@ fi
|
|||||||
#####################
|
#####################
|
||||||
|
|
||||||
# Now we can start our Kubernetes cluster!
|
# Now we can start our Kubernetes cluster!
|
||||||
./script/test_ci/kubernetes.sh start
|
./script/test_k8s/kubernetes.sh start
|
||||||
|
|
||||||
# And we're off! Let's test those example files
|
# And we're off! Let's test those example files
|
||||||
./script/test_ci/kubernetes.sh test
|
./script/test_k8s/kubernetes.sh test
|
||||||
|
|
||||||
# Stop our Kubernetes cluster
|
# Stop our Kubernetes cluster
|
||||||
./script/test_ci/kubernetes.sh stop
|
./script/test_k8s/kubernetes.sh stop
|
||||||
|
|||||||
Reference in New Issue
Block a user