Commit 71a11922 authored by Geoff Simmons's avatar Geoff Simmons

CI namespace tests undeploys the "default" controller and service.

The test should run correctly without them, and leaving them
deployed may conceal potential bugs.
parent 605659c3
......@@ -114,9 +114,14 @@ example:hello:
- cd ../examples/hello
- make deploy verify undeploy
# undeploy the "default" controller and service, this example should
# run correctly without them.
example:namespace:
extends: .integration-tests
script:
- pushd ,/deploy
- make undeploy
- popd
- cd ../examples/namespace
- make deploy verify undeploy
......
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