From 1946724be1c6837940b71cac3466a49d8a61d0c4 Mon Sep 17 00:00:00 2001 From: Dominic Oram Date: Fri, 11 Oct 2019 17:15:21 +0100 Subject: [PATCH] Fix syntax error --- bitbucket-pipelines.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 9a5f522..b951f5d 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -2,8 +2,9 @@ image: python:3.7.3 pipelines: custom: - - step: - caches: - - pip - script: - - python pipeline.py \ No newline at end of file + check_version: + - step: + caches: + - pip + script: + - python pipeline.py \ No newline at end of file