mirror of
https://github.com/invariantlabs-ai/invariant-gateway.git
synced 2026-05-25 00:04:01 +02:00
Add env variable for docker compose down command in run.sh down()
This commit is contained in:
@@ -45,7 +45,7 @@ build() {
|
||||
down() {
|
||||
# Bring down local services
|
||||
docker compose -f docker-compose.local.yml down
|
||||
docker compose -f tests/integration/docker-compose.test.yml down
|
||||
GATEWAY_PATH=$(pwd)/gateway docker compose -f tests/integration/docker-compose.test.yml down
|
||||
}
|
||||
|
||||
unit_tests() {
|
||||
|
||||
Reference in New Issue
Block a user