From a9d98812b8acfab930c9e47c0dba5238cf0f74fa Mon Sep 17 00:00:00 2001 From: stephengaudet Date: Tue, 18 Jul 2023 16:07:58 -0700 Subject: [PATCH] fix integration test dockerfile - bad merge --- integration_test/docker-compose.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/integration_test/docker-compose.yml b/integration_test/docker-compose.yml index 472df1b2..e2000af9 100644 --- a/integration_test/docker-compose.yml +++ b/integration_test/docker-compose.yml @@ -74,6 +74,7 @@ services: - ecadnet volumes: - ./.watermarks:/var/lib/signatory + - ./coverage:/opt/coverage configs: - source: sigy-config target: /etc/signatory.yaml @@ -83,8 +84,6 @@ services: target: /etc/gcp-token.json - source: az-sp-key target: /etc/service-principal.key - volumes: - - ./coverage:/opt/coverage environment: - GOOGLE_APPLICATION_CREDENTIALS=/etc/gcp-token.json - GOCOVERDIR=/opt/coverage