Breaking changes in GitLab 17.0
GitLab Runner 14.0 17.0 will introduce breaking changes that also require this implementation to be updated. In principle, the step called build_script
so far will be renamed to step_script
.
This was already unintentionally introduced in runner version 13.1.0
and fixed in 13.1.1
with this Merge Request: https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/2227
Update: Now this is apparently due in version 17.0. See output of gitlab-runner:
WARNING: Starting with version 17.0 the 'build_script' stage will be replaced with 'step_script': https://gitlab.com/groups/gitlab-org/-/epics/6112
Edited by David Pape