Closed damped closed 5 years ago
Turns out everything was working fine! I just forgot to add the artifact path...
The cleaned up working version:
image: productize/kicad-automation-scripts
pages:
script:
- mkdir public
- ls
- python -m kicad-automation.eeschema.schematic export ./pcb/pcb.sch ./public
- ls public/
artifacts:
paths:
- public
only:
- master
Thanks for making such a great tool!
I am having a problem with running the Docker version in a Gitlab CI pipeline
This is how I tried to run it:
Unfortunately I get the following error:
I am assuming that something is going wrong with the dummy X server but I don't know where to start looking.