Commit 8ee4ec76 authored by Tobias Munk's avatar Tobias Munk

fixed path

parent c208b58a
Pipeline #1383 failed with stage
appbuilder: appbuilder:
build: ../.. build: ../..
volumes: volumes:
- '/Volumes/storage/test-b/builds/project-21:/app' - '/Volumes/storage/runner-test-b/builds/project-21:/app'
appcli: appcli:
command: 'tail -f /dev/null' command: 'tail -f /dev/null'
environment: environment:
......
...@@ -3,7 +3,7 @@ appbuilder: ...@@ -3,7 +3,7 @@ appbuilder:
.volumes: CLEAN .volumes: CLEAN
volumes: volumes:
# Mount volume on dedicated runner # Mount volume on dedicated runner
- '/Volumes/storage/%RUNNER_ID%/builds/%PROJECT_DIR%:/app' - '/Volumes/storage/runner-%RUNNER_ID%/builds/%PROJECT_DIR%:/app'
appsrc: appsrc:
build: %APP_DOCKERFILE_PATH% build: %APP_DOCKERFILE_PATH%
......
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