Skip to content

Commit

Permalink
fix integration test dockerfile - bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengaudet committed Jul 18, 2023
1 parent 460ba53 commit a9d9881
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions integration_test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ services:
- ecadnet
volumes:
- ./.watermarks:/var/lib/signatory
- ./coverage:/opt/coverage
configs:
- source: sigy-config
target: /etc/signatory.yaml
Expand All @@ -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
Expand Down

0 comments on commit a9d9881

Please sign in to comment.