1

When I run the pipeline, the Gitlab server alerts me that the remote YML file is missing, I used the Custom project CI config Path,(Setting => CI/CDL =>General pipelines=>Custom CI Config Path), below is my setup and error screen shot

Custom CI Config Path

Error Screnn Shot:Missing File

Anti
  • 11
  • 2
  • The permissions of my YML remote repository are public. I can access this link through the browser's traceless mode or curl. However, when I use the custom CI config path, an error is reported – Anti Sep 06 '22 at 02:44
  • The path needs to be relative to your repository root - it cannot be an external resource. – 1615903 Sep 06 '22 at 06:20

1 Answers1

0

References to external YML are only supported in versions after Gitlab 12.6 after checking the official documentation

Gitlab Official Introduction

Willie Cheng
  • 7,679
  • 13
  • 55
  • 68
Anti
  • 11
  • 2