]> granicus.if.org Git - esp-idf/commitdiff
Merge branch 'feature/ci_checkout_same_branch_for_submodule' into 'master'
authorIvan Grokhotkov <ivan@espressif.com>
Mon, 7 Nov 2016 04:12:13 +0000 (12:12 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Mon, 7 Nov 2016 04:12:13 +0000 (12:12 +0800)
Feature/ci checkout same branch for submodule

esp-idf have several submodules like wifi-lib, bt-lib.

esp-idf branches may need to use specific branches in submodules to get build pass and do test.

This feature will first try to checkout the branch with same name for all submodules for jobs which uses global `before_script`

See merge request !178


Trivial merge