Commit 40cc5b6b authored by Geoff Simmons's avatar Geoff Simmons

CI test uses make targets for the custom VCL test.

parent a43fd5b7
...@@ -162,9 +162,7 @@ example:custom-vcl: ...@@ -162,9 +162,7 @@ example:custom-vcl:
extends: .integration-tests extends: .integration-tests
script: script:
- cd ../examples/custom-vcl - cd ../examples/custom-vcl
- ./deploy.sh - make DEPLOY=kubectl deploy verify undeploy
- ./verify.sh
- ./undeploy.sh
example:rewrite: example:rewrite:
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