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

fixed path

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