Commit ef6a7016 authored by Geoff Simmons's avatar Geoff Simmons

CI test uses make targets for the self-sharding test.

parent 62ff4d7d
...@@ -176,9 +176,7 @@ example:self-sharding: ...@@ -176,9 +176,7 @@ example:self-sharding:
extends: .integration-tests extends: .integration-tests
script: script:
- cd ../examples/self-sharding - cd ../examples/self-sharding
- ./deploy.sh - make DEPLOY=kubectl deploy verify undeploy
- ./verify.sh
- ./undeploy.sh
example:authentication:basic: example:authentication:basic:
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