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