Merged in bugfix/multilinescript (pull request #191)

Fix Multi line script
This commit is contained in:
Michael McGuinness
2024-09-24 16:46:53 +00:00
+2 -1
View File
@@ -105,7 +105,8 @@ pipelines:
main:
- step:
name: Build and Test
script: echo Build and test pipeline will go here
script:
- echo Build and test pipeline will go here
- stage: *deployment
name: deployment-dev
deployment: development