In my task I have
file: tasks/build-task-config.yml
unknown artifact source: 'tasks' in task config file path 'tasks/build-task-config.yml'
I'm running concourse via docker-compose
- ci/
- pipeline.yml
- tasks/
- build-task-config.yml
Above is my directory structure.
This is how I run fly
fly -t tutorial set-pipeline -c ./ci/main-pipeline.yml -p test-frontend
- How I can resolve this issue?
- How do paths works in Concourse ?
Edit:
I've tried with path ci/tasks/build-task-config.yml
but it's also not working