Hi,
I am new to gitlab - was playing around with CI/CD. Got lots of “ls” commands at the moment, so I can see the environment.
Builds were working better last night, but when I run them today, I get this error:
$ ls -latr /kaniko/
ls: can’t open ‘/kaniko/’: Value too large for defined data type
Strangely, if I comment out the “ls” line, it seems to work ok
Thanks for any thoughts on why this might be.
~Chris