]> granicus.if.org Git - esp-idf/commit
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)
commitfaad29234acdfe3cf15a5120bf596041db94ba12
tree31c8b2561a792867c1baa14eeb111d3ae081ad44
parentabecab7525e7edb1fde16ab5d8cf7b368b1d332c
parent522f83ae3d71357683a62f69a139b8c1eda8f362
Merge branch 'feature/ci_checkout_same_branch_for_submodule' into 'master'

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