dev.yml in kubernetes-deploy-0.30.0 vs dev.yml in kubernetes-deploy-0.31.0
- old
+ new
@@ -17,10 +17,10 @@
commands:
reset-minikube: minikube delete && rm -rf ~/.minikube
test:
run: bin/test
tophat:
- run: PRINT_LOGS=1 bundle exec ruby -I test test/integration/kubernetes_deploy_test.rb -n/${1}/
+ run: PRINT_LOGS=1 bundle exec ruby -I test test/integration/krane_deploy_test.rb -n/${1}/
desc: Tophat a change by running a test scenario with logging output enabled.
syntax:
optional:
argument: TEST_REGEX
doc: