Disable corredor in integration trsts

This commit is contained in:
Denis Arh
2020-02-07 10:21:11 +01:00
parent db14c2a03e
commit 6f75720a2a
+1
View File
@@ -99,6 +99,7 @@ steps:
COMPOSE_DB_DSN: corteza:corteza-pwd@tcp(corteza-db:3306)/corteza?collation=utf8mb4_general_ci
MESSAGING_DB_DSN: corteza:corteza-pwd@tcp(corteza-db:3306)/corteza?collation=utf8mb4_general_ci
CORREDOR_CLIENT_CERTIFICATES_ENABLED: false
CORREDOR_ENABLED: false
commands:
- wait-for-it.sh -t 60 --strict corteza-db:3306 -- echo "corteza-db is up"
- make test.coverprofile.all