Commit 46c916cb authored by Geoff Simmons's avatar Geoff Simmons

CI uses make targets for the TLS "hello" example.

parent 6852aa33
...@@ -245,9 +245,7 @@ example:tls:hello: ...@@ -245,9 +245,7 @@ example:tls:hello:
extends: .integration-tests extends: .integration-tests
script: script:
- cd ../examples/tls/hello - cd ../examples/tls/hello
- ./deploy.sh - make DEPLOY=kubectl deploy verify undeploy
- ./verify.sh
- ./undeploy.sh
example:tls:sni: example:tls:sni:
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