Browse Source

test build

pull/1071/head
eiximenis 5 years ago
parent
commit
8456753712
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      build/azure-devops/buildimages.yaml

+ 3
- 3
build/azure-devops/buildimages.yaml View File

@ -52,11 +52,11 @@ jobs:
TAG=${{ variables['Build.SourceBranchName'] }}
- task: CopyFiles@2
inputs:
sourceFolder: '${{ variables['Build.SourcesDirectory'] }}/k8s/helm'
targetFolder: '${{ variables['Build.ArtifactStagingDirectory'] }}/k8s/helm'
sourceFolder: "${{ variables['Build.SourcesDirectory'] }}/k8s/helm"
targetFolder: "${{ variables['Build.ArtifactStagingDirectory'] }}/k8s/helm"
- task: PublishBuildArtifacts@1
inputs:
pathtoPublish: '${{ variables['Build.ArtifactStagingDirectory'] }}/k8s/helm'
pathtoPublish: "${{ variables['Build.ArtifactStagingDirectory'] }}/k8s/helm"
artifactName: helm
- job: BuildWindows
condition: ne('${{ variables['Build.Reason'] }}', 'PullRequest')


Loading…
Cancel
Save