Denis Gladkikh
Denis Gladkikh
Considering that this is just a clean up step, maybe something similar to https://github.com/chef/bento/blob/f72f0d1e6e2fe108d9b11e70a26e3510993f8ffa/centos/scripts/cleanup.sh#L9 will work?
@Z3roCoder check the production.log, Execute bash in your `ci` container (you can find the name with `docker ps`) ``` docker exec -it gitlabci_ci_1 "/bin/bash" ``` Go to the location of...
@Z3roCoder possible, I have never tried to set `GITLAB_RELATIVE_URL_ROOT`, maybe this can be an issue. Have you tried to `curl` from `gitlabci` server to the `http://192.168.16.133:10080/gitlab` to see if it...
@Z3roCoder you have the answer already - gitlab-ci does not have access to gitlab, when you tried to curl `http://192.168.16.133:10080/gitlab` it shows you `No route to host`. You need to...
@Z3roCoder is `http://192.168.16.133:10080/gitlab` a url which you user in browser?
cc @JordonPhillips related change in `aws-cli` https://github.com/aws/aws-cli/pull/3174
@hovissimo the easies way to solve this issue - switch to assumerole option.
Install anaconda mini https://docs.conda.io/en/latest/miniconda.html and `brew install rust`
I believe it is a requirement to use iOS 16.2, but only iPad with M2 works for me, iPhone 13 Mini crashes as well :(
I can run it on iPad Pro 12.9" M2 iOS 16.2. It fails on iPhone Mini 13 iOS 16.2 (compute units was set to cpuAndNL). And my primary iPhone 14...