Gitlab CI 配置文件 .gitlab
to true will mean that for both clone and fetch strategies the Runner will checkout the working copy to a revision related to the CI pipeline: 【如果设置这个为true将意味着clone和fetch策略都会让Runner执行项目工作区更新到最新:】 variables: GIT_STRATEGY: clone GIT_CHECKOUT: false script: - git checkout master - git merge $CI_BUILD_REF_NAME Git Submodule Strategy 需要GitLab Runner...阅读全文