.gitlab-ci.yml – what does <<: do?
I am working on a poc. My colleagues gave me a whiteapp. In this whiteapp, I have a .gitlab-ci.yml.
I did a clone of a project. In the previous one, I was able to execute the full CI, and Kaniko was able to push the docker image in the Artifactory.
However, my clone can’t. I am trying to understand the part that fails.