Fix use of CI_PROJECT_NAME for syncing branches
The variable CI_PROJECT_NAME only includes the project name, not the entire namespace; for that you need to use CI_PROJECT_PATH. The incorrect use of this variable meant that stable and security branches would not be synced to the appropriate target repositories.
Showing
Please register or sign in to comment