Commit 2d16b1f9 authored by Tobias Munk's avatar Tobias Munk

updated CI volumes

parent d00cced8
Pipeline #1396 failed with stage
......@@ -14,8 +14,11 @@ appcli:
- 'seleniumhub:HUB'
- 'mariadb:DB'
volumes:
- '/Volumes/storage/runner-test-b/builds/project-21:/app'
- '/Volumes/storage/runner-test-b/builds/project-21/tests:/app/tests'
- '/Volumes/storage/runner-test-b/builds/project-21/codeception.yml:/app/codeception.yml'
- '/Volumes/storage/_ci-reports/phundament/app:/app/_output'
volumes_from:
- appsrc
appfpm:
environment:
YII_DEBUG: 1
......
......@@ -12,10 +12,13 @@ appsrc:
- /app
appcli:
volumes_from:
- appsrc
.volumes: CLEAN
volumes:
# Mount shared location for reports
- '/Volumes/storage/runner-%RUNNER_ID%/builds/%PROJECT_DIR%:/app'
- '/Volumes/storage/runner-%RUNNER_ID%/builds/%PROJECT_DIR%/tests:/app/tests'
- '/Volumes/storage/runner-%RUNNER_ID%/builds/%PROJECT_DIR%/codeception.yml:/app/codeception.yml'
- '/Volumes/storage/_ci-reports/%REPORT_DIR%:/app/_output'
appfpm:
.volumes: CLEAN
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment