variables: GIT_SUBMODULE_STRATEGY: recursive Run Code Online (Sandbox Code Playgroud) 触发了MASTER的CI管道。因此,在运行 MASTER 的 CI 时,不会应用 SLAVE 项目中所做的任何更改小智 0 您需要添加GIT_SUBMODULE_UPDATE_FLAGS到.gitlab-ci.yml。 variables: GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE...
void submodule_update_strategy_release(struct submodule_update_strategy *strategy); int is_gitmodules_unmerged(struct index_state *istate); int is_writing_gitmodules_ok(void); int is_staging_gitmodules_ok(struct index_state *istate); @@ -70,8 +74,6 @@ void die_in_unpopulated_submodule(...
Feature suggestion When cloning modules from a Git repo, brew currently uses the --depth=1 option (shallow clones) when possible. If the repository contains submodules, brew also clones those, but it does a full clone. It would be great ...
The runner executesgit submodule syncto ensure that when a URL of a submodule changes (including when the value ofCI_JOB_TOKENrotates, as it will for every job that is executed) the url in.git/config/modules/vendor/config(for example) will be updated to match the one found in.git/config...
void submodule_update_strategy_release(struct submodule_update_strategy *strategy); int is_gitmodules_unmerged(struct index_state *istate); int is_writing_gitmodules_ok(void); int is_staging_gitmodules_ok(struct index_state *istate); @@ -70,8 +74,6 @@ void die_in_unpopulated_submodule(...
void submodule_update_strategy_release(struct submodule_update_strategy *strategy); int is_gitmodules_unmerged(struct index_state *istate); int is_writing_gitmodules_ok(void); int is_staging_gitmodules_ok(struct index_state *istate); @@ -70,8 +74,6 @@ void die_in_unpopulated_submodule(...