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...
Git submodule support for Capistrano 3. Contribute to 9elements/capistrano-git-submodule-strategy development by creating an account on GitHub.
git submodule update doesn't fetch anything if your submodules are up-to-date So when using the GIT_STRATEGY fetch and the runner already checked out the submodule at the same commit, nothing ist done If, however, somebody pushed a tag in the meantime to the submodule, the runner will no...
..warning: redirecting to https://gitlab.com/dkozlov/merge_request-2883-sub-submodule-b-2.git/Submodule path 'merge_request-2883-submodule-a/merge_request-2883-sub-submodule-b-1': checked out '49fd0517d8bc4649aa51c6222390b5f9cd560964'Submodule path 'merge_request-2883-submodule-a/merge_re...
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 ...
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(...
Run job from project 'A' having submodule 'B' with fetch strategy of normal Push new commit to submodule 'B' Update submodule 'B' in project 'A' to point at new ref present on submodule 'B' Run job from project 'A' observing the job includes "Reinitialized existing Git repository" in...
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(...
int parse_submodule_update_strategy(const char *value, struct submodule_update_strategy *dst); 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...