Project

General

Profile

action #151675

Updated by amanzini 6 months ago

When I fork a JobGroup repo, it's required to setup APIKEY / APISECRET variables in order to let the CI run the checks. 
 If I am an openQA admin, when I push to master on my fork, the CI/CD runs check and, when passed, deploys the result to OSD.  

 This risks to propagate any error I can make in my fork to the global environment and can be avoided by running the CI/CD for deployment only on one "source-of-truth" repository, with a protected master branch.   

Back