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