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 1e5ce38 commit 0bfb59dCopy full SHA for 0bfb59d
.pipelines/build/ob-prepare.steps.yaml
@@ -51,7 +51,7 @@ steps:
51
echo "##vso[task.setvariable variable=Tag;isOutput=true]$TAG"
52
echo "Tag: $TAG"
53
54
- IMAGEREPOPATH="artifact/dd590928-4e04-48cb-9d3d-ee06c5f0e17f/buddy"
+ IMAGEREPOPATH="artifact/dd590928-4e04-48cb-9d3d-ee06c5f0e17f/$BUILD_TYPE"
55
echo "##vso[task.setvariable variable=imageRepositoryPath;isOutput=true]$IMAGEREPOPATH"
56
echo "imageRepositoryPath: $IMAGEREPOPATH"
57
@@ -90,3 +90,8 @@ steps:
90
displayName: "Set environmental variables"
91
condition: always()
92
workingDirectory: $(ACN_DIR)
93
+ env:
94
+ ${{ if parameters.official }}:
95
+ BUILD_TYPE: official
96
+ ${{ else }}:
97
+ BUILD_TYPE: buddy
0 commit comments