mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
test: check if uninstalling after deleting apps will cause tests to work again
Not clear why they are suddenly failing, but lets switch this around for now.
This commit is contained in:
@@ -5,8 +5,8 @@ load test_helper
|
||||
TEST_APP="rdmtestapp"
|
||||
|
||||
setup() {
|
||||
uninstall_k3s || true
|
||||
global_setup
|
||||
uninstall_k3s || true
|
||||
dokku nginx:stop
|
||||
export KUBECONFIG="/etc/rancher/k3s/k3s.yaml"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user