This commit is contained in:
parent
9836d27052
commit
aa717c2323
@ -32,9 +32,9 @@ teardown() {
|
||||
echo "y" | ./abra app traefik_test_com delete
|
||||
[ ! -f $ABRA_DIR/servers/default/traefik_test_com.env ]
|
||||
|
||||
# --force
|
||||
# --no-prompt
|
||||
./abra app new --server default --domain traefik_test_com --app-name traefik_test_com traefik
|
||||
./abra app traefik_test_com delete --force
|
||||
./abra --no-prompt app traefik_test_com delete
|
||||
[ ! -f $ABRA_DIR/servers/default/traefik_test_com.env ]
|
||||
}
|
||||
|
||||
@ -48,5 +48,5 @@ teardown() {
|
||||
|
||||
./abra app traefik_test_com secret insert foobar v1 "foobar"
|
||||
# prompt
|
||||
./abra app traefik_test_com secret rm foobar --force
|
||||
./abra --no-prompt app traefik_test_com secret rm foobar
|
||||
}
|
||||
|
Reference in New Issue
Block a user