cloud-mta icon indicating copy to clipboard operation
cloud-mta copied to clipboard

ci: switch to cimg docker images

Open bd82 opened this issue 2 years ago • 1 comments

bd82 avatar Jun 01 '22 16:06 bd82

This fails because of working_directory: /go/src/github.com/SAP/cloud-mta setting which fails on permissions with the new image. However I am not sure it is safe to change it because other commands in this build refer to said folder, e.g:

- run: sudo chown circleci:circleci /go/bin

bd82 avatar Jun 01 '22 16:06 bd82