infrastructure build
This commit is contained in:
parent
f7d9fc9cde
commit
e5630a322a
25
build/azure-devops/infrastructure/azure-pipelines.yml
Normal file
25
build/azure-devops/infrastructure/azure-pipelines.yml
Normal 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…
x
Reference in New Issue
Block a user