afs commented on PR #2180: URL: https://github.com/apache/jena/pull/2180#issuecomment-1908898490
I got as far as: https://ci-builds.apache.org/job/Jena/job/Jena-pipeline/19/console which fails at: ``` [INFO] Failed to access /.cache/Cypress: [INFO] [INFO] EACCES: permission denied, mkdir '/.cache' ``` In the pipeline as a docker container, `HOME=/` and `PWD=/home/jenkins/workspace/Jena/Jena-pipeline` so looks like it is trying to use `$HOME/.cache`. Need to move HOME or tell Cypress where to cache. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
