What is the dependency between GitLab executor and git strategy?

It is possible to set GIT_STRATEGY variable for a pipeline which should define if repo will be cloned or fetched before each job. According to workflow cloning/fetching is done by executors.

Does the fact that repo will be fetched or cloned also depend on Reuse previous clone if it exists executors’ ability?

Leave a Comment