diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index a75958e..19c5dda 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -109,12 +109,11 @@ definitions: - python terraform.py apply --environment=$ENVIRONMENT --module=streamlit-server stage: &example name: example - environment: - CUSTOM_ENV: HEYHEY steps: - step: name: "Example" script: + - CUSTOM_ENV=HEYHEY - echo $CUSTOM_ENV HEELOO pipelines: @@ -123,7 +122,7 @@ pipelines: branches: main: - step: Build and Test - script: Build and test pipeline will go here + script: echo Build and test pipeline will go here - stage: *deployment name: deployment-dev deployment: development