ci: remove unused docker configuration from CI files #714
Reference in New Issue
Block a user
Delete Branch "update-ci-yml-remove-docker-services"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Removes unnecessary Docker host variables and service settings from
.gitlab-ci.ymlto simplify the CI/CD pipeline configuration. Thisstreamlines the build process by focusing on the essential tasks
and reduces potential configuration errors.