Browse Source

infrastructure build

pull/980/head
eiximenis 5 years ago
parent
commit
e5630a322a
1 changed files with 25 additions and 0 deletions
  1. +25
    -0
      build/azure-devops/infrastructure/azure-pipelines.yml

+ 25
- 0
build/azure-devops/infrastructure/azure-pipelines.yml View File

@ -0,0 +1,25 @@
pool:
vmImage: 'ubuntu-16.04'
variables:
registryEndpoint: eshop-registry
trigger:
branches:
include:
- master
- dev
paths:
include:
- k8s/helm/basket-data/*
- k8s/helm/keystore-data/*
- k8s/helm/nosql-data/*
- k8s/helm/rabbitmq/*
- k8s/helm/sql-data/*
steps:
- task: CopyFiles@2
inputs:
sourceFolder: $(Build.SourcesDirectory)/k8s/helm
targetFolder: $(Build.ArtifactStagingDirectory)/k8s/helm
- task: PublishBuildArtifacts@1
inputs:
pathtoPublish: $(Build.ArtifactStagingDirectory)/k8s/helm
artifactName: helm

Loading…
Cancel
Save