This repository was archived by the owner on Nov 17, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11parameters :
22 services : ' '
33 registryEndpoint : ' '
4+ helmfrom : ' '
5+ helmto : ' '
46
57jobs :
68- job : BuildContainersForPR_Linux
@@ -52,11 +54,11 @@ jobs:
5254 TAG=${{ variables['Build.SourceBranchName'] }}
5355 - task : CopyFiles@2
5456 inputs :
55- sourceFolder : " ${{ variables['Build.SourcesDirectory'] }}/k8s/helm "
56- targetFolder : " ${{ variables['Build.ArtifactStagingDirectory'] }}/k8s/helm "
57+ sourceFolder : ${{ parameters.helmfrom }}
58+ targetFolder : ${{ parameters.helmto }}
5759 - task : PublishBuildArtifacts@1
5860 inputs :
59- pathtoPublish : " ${{ variables['Build.ArtifactStagingDirectory'] }}/k8s/helm "
61+ pathtoPublish : ${{ parameters.helmto }}
6062 artifactName : helm
6163- job : BuildWindows
6264 condition : ne('${{ variables['Build.Reason'] }}', 'PullRequest')
Original file line number Diff line number Diff line change 1515 parameters :
1616 services : catalog.api
1717 registryEndpoint : $(registryEndpoint)
18+ helmfrom : $(Build.SourcesDirectory)/k8s/helm
19+ helmto : $(Build.ArtifactStagingDirectory)/k8s/helm
1820- template : ../multiarch.yaml
1921 parameters :
2022 image : catalog.api
You can’t perform that action at this time.
0 commit comments