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:
parent
a8c2f204e1
commit
ba7f2b30b2
@ -30,10 +30,10 @@ fi
|
||||
#####################
|
||||
|
||||
# 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
|
||||
./script/test_ci/kubernetes.sh test
|
||||
./script/test_k8s/kubernetes.sh test
|
||||
|
||||
# Stop our Kubernetes cluster
|
||||
./script/test_ci/kubernetes.sh stop
|
||||
./script/test_k8s/kubernetes.sh stop
|
||||
|
||||
Loading…
Reference in New Issue
Block a user