Cloud build.yaml failed to integrate

The cloud build failed and here are the logs:

Status: Downloaded newer image for Python
 No such file or directory
I already connected the GitHub repo with the cloud source repo and created a docker image using the artifact registry. So what is the reason for this log error and how to fix it?
 
 
@ links to members
0 1 159
1 REPLY 1

Hello @Safi5000!

You can do the following troubleshooting options:

  1. Make sure that you correctly configured Mirroring a GitHub repository in Cloud Source Repositories. Also, you can use Cloud Build to connect to a Github repository directly without using Cloud Source Repositories if you're not using any other CSR's feature.
  2. Make sure that you are using a supported python client. If you're using an end-of-life versions of python, make sure that you update it to a supported version.
  3. Check if you correctly configured Cloud Build to build and test python applications. 
  4. If the above options don't work, you can contact Google Cloud Support to further look into your case. Let me know if it helped, thanks!