GITLAB CI/CD Pipeline error: fatal: couldn't find remote ref refs/pipelines/13

Viewed 16

Everytime I try to run my pipeline it fails and gives this error. This is what my .gitlab-ci.yml file looks like.

''' build-hello: script: - echo "hello worlds" '''

0 Answers
Related