CI didn't work in a Self Hosted instance, unable to create a release
Summary
CI jobs that that use curl to make calls on $CI_API_V4_URL are failing on a mirrored repo in our gitlab self hosted instance.
Steps to reproduce
- Import the project on a Self Hosted instance
- Enable mirroring on the project
- Run a pipeline for the latest created tag
Example Project
N/A
What is the current bug behavior?
Following jobs are failling :
check_licenseensure_job_added: check_licenseensure_job_added: check_readmeensure_job_added: multi wordensure_job_added: multi word jobensure_job_not_added: excluded job
What is the expected correct behavior?
All CI steps should complete without errors
Relevant logs and/or screenshots
Possible fixes
Use the $CI_JOB_TOKEN in curl calls. Maybe not sufficient for all HTTP calls ?
