From b2b97f583cd0d1b90687a537b546dd61858fdb2b Mon Sep 17 00:00:00 2001 From: Dominic Oram Date: Fri, 11 Oct 2019 18:23:32 +0100 Subject: [PATCH] Should now do submodules --- bitbucket-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index b951f5d..e262282 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -7,4 +7,5 @@ pipelines: caches: - pip script: + - git submodule update --init - python pipeline.py \ No newline at end of file