diff --git a/build_pipeline_generator.py b/build_pipeline_generator.py index 8735cf73a313f094909b4792e91826f9c557d112..36cd4c5bbdf6050f9e5f688e7a25216c001428a2 100644 --- a/build_pipeline_generator.py +++ b/build_pipeline_generator.py @@ -172,7 +172,7 @@ echo "{\\"auths\\":{\\"$CI_REGISTRY\\":{\\"username\\":\\"$CI_REGISTRY_USER\\",\ def _generate_ci_build_job(self): kaniko_args = [ f"--context=git://git.fsmpi.rwth-aachen.de/videoag/backend.git#{self.context.commit_sha}", - f"--dockerfile={str(self.output_dockerfile_path().relative_to(self.context.build_dir))}" + f"--dockerfile={str(self.output_dockerfile_path().relative_to(self.context.build_dir))}", f"--git recurse-submodules=true", f"--destination=$CI_REGISTRY_IMAGE/{self.image_full_name()}#{self.context.commit_sha}", f"--build-arg=GIT_COMMIT_SHA={self.context.commit_sha}",