thisllwork

This commit is contained in:
Michael McGuinness
2024-09-23 17:21:23 +01:00
parent 49dc11825c
commit e81d13c605
+2 -3
View File
@@ -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