Skip to content

Commit

Permalink
Docker volume relative to scenario directory
Browse files Browse the repository at this point in the history
  • Loading branch information
drmatthews committed Dec 18, 2023
1 parent c8c64a1 commit c3d5958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/molecule/role/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ platforms:
privileged: true
pre_build_image: ${MOLECULE_PRE_BUILD_IMAGE:-true}
volumes:
- ./molecule-data:/storage/molecule
- ${MOLECULE_SCENARIO_DIRECTORY}/molecule-data:/storage/molecule
keep_volumes: false
groups:
- all
Expand Down

0 comments on commit c3d5958

Please sign in to comment.