Skip to content

Commit aedce3a

Browse files
committed
update ado pipeline yaml files
1 parent 305fb1e commit aedce3a

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.pipelines/containers/container-template.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ steps:
1010
inputs:
1111
azureSubscription: $(ACR_ARM_SERVICE_CONNECTION)
1212
scriptLocation: "inlineScript"
13+
scriptType: "bash"
1314
inlineScript: |
1415
az acr login -n $(ACR)
1516
@@ -26,5 +27,6 @@ steps:
2627
inputs:
2728
azureSubscription: $(ACR_ARM_SERVICE_CONNECTION)
2829
scriptLocation: "inlineScript"
30+
scriptType: "bash"
2931
inlineScript: |
3032
docker logout

.pipelines/containers/manifest-template.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ steps:
1010
inputs:
1111
azureSubscription: $(ACR_ARM_SERVICE_CONNECTION)
1212
scriptLocation: "inlineScript"
13+
scriptType: "bash"
1314
inlineScript: |
1415
az acr login -n $(ACR)
1516
@@ -41,6 +42,7 @@ steps:
4142
inputs:
4243
azureSubscription: $(ACR_ARM_SERVICE_CONNECTION)
4344
scriptLocation: "inlineScript"
45+
scriptType: "bash"
4446
inlineScript: |
4547
docker logout
4648

.pipelines/submodules-pipeline.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ stages:
136136
inputs:
137137
azureSubscription: $(BUILD_VALIDATIONS_SERVICE_CONNECTION)
138138
scriptLocation: "inlineScript"
139+
scriptType: "bash"
139140
inlineScript: |
140141
echo Creating storage container with name acn-$(STORAGE_ID) and account name $(STORAGE_ACCOUNT_NAME)
141142
az storage container create -n acn-$(STORAGE_ID) --account-name $(STORAGE_ACCOUNT_NAME) --public-access container
@@ -325,6 +326,7 @@ stages:
325326
inputs:
326327
azureSubscription: $(BUILD_VALIDATIONS_SERVICE_CONNECTION)
327328
scriptLocation: "inlineScript"
329+
scriptType: "bash"
328330
inlineScript: |
329331
BUILD_NUMBER=$(Build.BuildNumber)
330332
BUILD_NUMBER=${BUILD_NUMBER//./-}

0 commit comments

Comments
 (0)