From a435a288a1f883167542a37ea559fe6ee356ce4c Mon Sep 17 00:00:00 2001 From: Michael McGuinness Date: Tue, 24 Sep 2024 17:44:21 +0100 Subject: [PATCH] fixed --- bitbucket-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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