diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index e69de29..9a5f522 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -0,0 +1,9 @@ +image: python:3.7.3 + +pipelines: + custom: + - step: + caches: + - pip + script: + - python pipeline.py \ No newline at end of file diff --git a/pipeline.py b/pipeline.py index e69de29..bbff9c0 100644 --- a/pipeline.py +++ b/pipeline.py @@ -0,0 +1,2 @@ +if __name__ == "__main__": + exit(1) # Fail the pipeline