New GIT_STRATEGY: "none"
Some builds do not require a git repository to be present - they may proceed using artifacts only (deploy jobs, for instance). To support this use case, we need the runner to understand and implement GIT_STRATEGY=none
.
The strategy is currently a project-level option, but it is injected into the runner as a build variable so is amenable to being overriden in .gitlab-ci.yml