manifest: add ci-tools to manifest

We need to be able to force certain versions based on the branch and
code base being used. For example for 1.14 we will need to apply some
fixes or revert some commits that may only apply to master.

Next step is also adding this to 1.14 branch and use a working commit.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2019-06-13 08:05:59 -04:00
commit 4fd627c8be

View file

@ -35,6 +35,9 @@ manifest:
# #
# Please add items below based on alphabetical order # Please add items below based on alphabetical order
projects: projects:
- name: ci-tools
revision: 672cb7623b89a41370f95881290a97cccdc35cb0
path: tools/ci-tools
- name: esp-idf - name: esp-idf
revision: 6835bfc741bf15e98fb7971293913f770df6081f revision: 6835bfc741bf15e98fb7971293913f770df6081f
path: modules/hal/esp-idf path: modules/hal/esp-idf