thisllwork
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user