Skip to content

Force use of docker for publish step

Dinyar Rabady requested to merge chore/force_docker_for_publish into master

This fixes the problems publishing our artifacts in the CI. What happened was that we sometimes got a gitlab-runner with the shell executor (kept for backwards compatibility with very old builds.. ) so we got whatever version of curl was installed locally. With this change we force the use of docker for the publish step.

Merge request reports