We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6908279 commit 10267d0Copy full SHA for 10267d0
.pipelines/run-pipeline.yaml
@@ -13,10 +13,7 @@ stages:
13
ob_artifactSuffix: _source
14
15
ACR_DIR: $(Build.SourcesDirectory)/azure-container-networking
16
- ${{ if parameters.isOfficial }}:
17
- BUILD_TYPE: official
18
- ${{ else }}:
19
- BUILD_TYPE: buddy
+ BUILD_TYPE: $(BUILD_TYPE)
20
steps:
21
- checkout: azure-container-networking
22
- template: build/ob-prepare.steps.yaml
@@ -105,7 +102,7 @@ stages:
105
102
name: azure-ipam
106
103
extraArgs: ''
107
104
archiveName: azure-ipam
108
- archiveVersion: $(OS)-$(ARCH)-$(AZURE_IPAM_VERSION)
+ archiveVersion: $(AZURE_IPAM_VERSION)
109
imageTag: $(Build.BuildNumber)
110
packageWithDropGZ: True
111
cni:
0 commit comments