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
Asked
Active
Viewed 120 times
1
-
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 Answers
0
References to external YML are only supported in versions after Gitlab 12.6 after checking the official documentation

Willie Cheng
- 7,679
- 13
- 55
- 68

Anti
- 11
- 2