We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7189fcb commit 86947deCopy full SHA for 86947de
1 file changed
scripts/cli
@@ -778,7 +778,7 @@ function migrate_local() {
778
779
function up_test_scaffold() {
780
scaffold_set_up_network "${PROJECT_NAME}-bridge-test" $DOCKET_TEST_NETWORK_SUBNET $DOCKER_TEST_NETWORK_GATEWAY
781
- $_DC -p "$PROJECT_NAME-test" -f $CLI_HOME/scaffold.test.yaml up -d --wait
+ $_DC -p "$PROJECT_NAME-test" -f $CLI_HOME/scaffold.test.yaml up -d
782
migrate_test
783
}
784
0 commit comments