fix: remove trace mode

This commit is contained in:
Jose Diaz-Gonzalez
2021-11-03 14:40:21 -04:00
committed by GitHub
parent a756786f93
commit cd33ec2f02

View File

@@ -179,21 +179,11 @@ teardown() {
echo "status: $status"
assert_success
run dokku trace:on
echo "output: $output"
echo "status: $status"
assert_success
run deploy_app
echo "output: $output"
echo "status: $status"
assert_success
run dokku trace:off
echo "output: $output"
echo "status: $status"
assert_success
run /bin/bash -c "dokku run $TEST_APP env | grep -E '^HASURA_GRAPHQL_JWT_SECRET='"
echo "output: $output"
echo "status: $status"