From 49dc11825cc165ffb93cbff2df342f8fce7c8083 Mon Sep 17 00:00:00 2001 From: Michael McGuinness Date: Mon, 23 Sep 2024 16:39:33 +0100 Subject: [PATCH] bettertext --- bitbucket-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 35940f2..a75958e 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -115,15 +115,15 @@ definitions: - step: name: "Example" script: - - echo "$CUSTOM_ENV HEELOO" + - echo $CUSTOM_ENV HEELOO pipelines: default: - stage: *example branches: main: - - step: auto - script: echo automatic + - step: Build and Test + script: Build and test pipeline will go here - stage: *deployment name: deployment-dev deployment: development