Commit 28ee6db8 authored by Geoff Simmons's avatar Geoff Simmons

CI test script uses make targets for the TLS SNI test.

parent 8c1373ef
...@@ -251,9 +251,7 @@ example:tls:sni: ...@@ -251,9 +251,7 @@ example:tls:sni:
extends: .integration-tests extends: .integration-tests
script: script:
- cd ../examples/tls/sni - cd ../examples/tls/sni
- ./deploy.sh - make DEPLOY=kubectl deploy verify undeploy
- ./verify.sh
- ./undeploy.sh
example:externalname: example:externalname:
extends: .integration-tests extends: .integration-tests
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment