mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
fix: use correct method for executing dokku within tests
This commit is contained in:
@@ -136,7 +136,7 @@ teardown() {
|
||||
deploy_app
|
||||
|
||||
create_attach_network
|
||||
run dokku nginx:build-config "$TEST_APP"
|
||||
run /bin/bash -c "dokku nginx:build-config $TEST_APP"
|
||||
echo "output: "$output
|
||||
echo "status: "$status
|
||||
assert_success
|
||||
|
||||
Reference in New Issue
Block a user