From edbb3e8cdbe190aa142dd134657d3f3635f9291a Mon Sep 17 00:00:00 2001 From: Dominic Oram Date: Fri, 11 Oct 2019 18:51:00 +0100 Subject: [PATCH] Try and fix for pipelines --- bitbucket-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 32f33bd..f3e3890 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -2,8 +2,8 @@ image: python:3.7.3 options: max-time: 1 pipelines: - custom: - pull-requests: + pull-requests: + '**': - step: script: - git submodule update --init