Skip to content

Commit

Permalink
Merge pull request #778 from cdrage/fix-k8s-cluster-tests
Browse files Browse the repository at this point in the history
Change directory for cluster tests
  • Loading branch information
cdrage authored Aug 18, 2017
2 parents a8c2f20 + ba7f2b3 commit e3245d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions script/test_k8s/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e3245d2

Please sign in to comment.