File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ NODEJS_VERSION=14
88
99USER_ID=" ${USER_ID} " \
1010NODEJS_VERSION=" ${NODEJS_VERSION} " \
11- docker compose -f ./dev-utils/docker-compose.yml down \
11+ docker- compose -f ./dev-utils/docker-compose.yml down \
1212 --remove-orphans \
1313 --volumes || true
1414
1515USER_ID=" ${USER_ID} " \
1616NODEJS_VERSION=" ${NODEJS_VERSION} " \
17- docker compose -f ./dev-utils/docker-compose.yml up \
17+ docker- compose -f ./dev-utils/docker-compose.yml up \
1818 --build \
1919 --abort-on-container-exit \
2020 --exit-code-from node-benchmark \
Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ NODEJS_VERSION=14
1010USER_ID=" ${USER_ID} " \
1111NODEJS_VERSION=" ${NODEJS_VERSION} " \
1212STACK_VERSION=${STACK_VERSION} \
13- docker compose -f ./dev-utils/docker-compose.yml down \
13+ docker- compose -f ./dev-utils/docker-compose.yml down \
1414 --remove-orphans \
1515 --volumes || true
1616
1717USER_ID=" ${USER_ID} " \
1818NODEJS_VERSION=" ${NODEJS_VERSION} " \
1919STACK_VERSION=${STACK_VERSION} \
20- docker compose -f ./dev-utils/docker-compose.yml up \
20+ docker- compose -f ./dev-utils/docker-compose.yml up \
2121 --build \
2222 --exit-code-from load-testing \
2323 load-testing
You can’t perform that action at this time.
0 commit comments