diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 7f054c2..1f719f8 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -105,7 +105,8 @@ pipelines: main: - step: name: Build and Test - script: echo Build and test pipeline will go here + script: + - echo Build and test pipeline will go here - stage: *deployment name: deployment-dev deployment: development