CI/CD publish step fixed
My custom before_script
was shadowing the inherited one, causing dependencies to not be downloaded. Now the before_script
has been moved to a separate stage to avoid issues.
My custom before_script
was shadowing the inherited one, causing dependencies to not be downloaded. Now the before_script
has been moved to a separate stage to avoid issues.