How to use codecommit submodules in CodeBuild

0

I am trying to use CodeBuild with submodule in CodeCommit repository, but when the build reach DOWNLOAD_SOURCE phase, I got following error:

Submodule error repository not found for primary source and source version refs/heads/master

I used the relative path in submodule registration like ../another-repository.

In the documentation of CodeBuild, I can't find anything about usages of submodules, nor anything to the git submodules checkbutton in Source setup section.

How to use submodules correctly in CodeBuild?

Zechy
asked 2 years ago109 views
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions