You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker run -v $(pwd)/crewmeister.yaml:/crewmeister.yaml wework/speccy lint /crewmeister.yaml
And it crashes with these logs:
Running with gitlab-runner 12.3.0 (a8a019e0)
on Hetzner Cloud 195.201.134.35 gWew9yjP
Using Docker executor with image docker ...
Pulling docker image docker ...
Using docker image sha256:8e347affc72a211a0fa374a5a4b0cacc9bcdf83c3dedbceb971ea41f82d29eb1 for docker ...
Running on runner-gWew9yjP-project-33-concurrent-0 via gitlab-runner...
Fetching changes...
Reinitialized existing Git repository in /builds/crewmeister/api/.git/
Checking out 31fc7fa4 as master...
Skipping Git submodules setup
$ docker run -v $(pwd)/crewmeister.yaml:/crewmeister.yaml wework/speccy lint /crewmeister.yaml
Could not open file: EISDIR: illegal operation on a directory, read
ERROR: Job failed: exit code 1
I have tried:
Specifying a speccy version
Mounting the volume under /project
Using .yml instead of .yaml
Using absolute paths instead of $(pwd)
And none of the above have changed the error.
Is there any way to fix this? Or even just get more information? What file is it trying to read?
The text was updated successfully, but these errors were encountered:
Detailed description
I am trying to run this line in gitlab ci:
And it crashes with these logs:
I have tried:
/project
And none of the above have changed the error.
Is there any way to fix this? Or even just get more information? What file is it trying to read?
The text was updated successfully, but these errors were encountered: