Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 5dd7e29

Browse files
committed
fixing variable name in build
1 parent 3350b6e commit 5dd7e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/azure-devops/buildimages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
TAG=${{ variables['Build.SourceBranchName'] }}
5353
- task: CopyFiles@2
5454
inputs:
55-
sourceFolder: ${{ variables.Build.SourcesDirectory }}/k8s/helm
55+
sourceFolder: ${{ variables['Build.SourcesDirectory'] }}/k8s/helm
5656
targetFolder: ${{ variables['Build.ArtifactStagingDirectory'] }}/k8s/helm
5757
- task: PublishBuildArtifacts@1
5858
inputs:

0 commit comments

Comments
 (0)