Skip to content

Commit 194c6bb

Browse files
author
Sheyla Trudo
committed
fixup! Separate Build Changes
1 parent 33e7e09 commit 194c6bb

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.pipelines/containers/container-template.jobs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
authenticatedContainerRegistries:
2121
- registry: acnpublic.azurecr.io
2222
identity: ManagedIdentity
23+
clientId: ${{ parameters.containerRegistry.clientId }}
2324
- registry: onebranch.azurecr.io
2425
tenant: AME
2526
identity: 1ESPipelineIdentity

.pipelines/run-pipeline.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ stages:
2626
name: "EnvironmentalVariables"
2727
displayName: "Set environmental variables"
2828
29-
- template: templates/run-unit-tests.stages.yaml
29+
- template: templates/unit-tests.stages.yaml
3030

3131
#- ${{ if not(contains(variables['Build.SourceBranch'], 'refs/pull')) }}:
3232
- stage: binaries
@@ -87,7 +87,7 @@ stages:
8787
- npm
8888
containerRegistry:
8989
name: $(ACR_NAME)
90-
#clientId: $(ACR_CLIENTID)
90+
clientId: $(ACR_CLIENTID)
9191
- template: containers/container-template.jobs.yaml
9292
parameters:
9393
arch: arm64
@@ -100,7 +100,7 @@ stages:
100100
- npm
101101
containerRegistry:
102102
name: $(ACR_NAME)
103-
#clientId: $(ACR_CLIENTID)
103+
clientId: $(ACR_CLIENTID)
104104
- template: containers/container-template.jobs.yaml
105105
parameters:
106106
arch: amd64
@@ -112,7 +112,7 @@ stages:
112112
- npm
113113
containerRegistry:
114114
name: $(ACR_NAME)
115-
#clientId: $(ACR_CLIENTID)
115+
clientId: $(ACR_CLIENTID)
116116

117117

118118
- stage: publish

0 commit comments

Comments
 (0)