Skip to content

Commit

Permalink
ci fix: add full directory path to volume source
Browse files Browse the repository at this point in the history
  • Loading branch information
usuletw022 committed Mar 22, 2024
1 parent 4712cdf commit b0f91af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions e2e_tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ services:
- net.ipv6.conf.all.disable_ipv6=0
volumes:
- type: bind
source: ./everest/config/everest
source: /home/runner/work/maeve-csms/everest/config/everest
target: /ext/source/config
- type: bind
source: ./everest/config/everest/ocpp/OCPP
source: /home/runner/work/maeve-csms/everest/config/everest/ocpp/OCPP
target: /workspace/dist/share/everest/modules/OCPP
- type: bind
source: ./everest/config/everest/ocpp/OCPP201
source: /home/runner/work/maeve-csms/everest/config/everest/ocpp/OCPP201
target: /workspace/dist/share/everest/modules/OCPP201
- type: bind
source: ./everest/config/everest/certs
source: /home/runner/work/maeve-csms/everest/config/everest/certs
target: /workspace/dist/etc/everest/certs

nodered:
Expand Down

0 comments on commit b0f91af

Please sign in to comment.