Updated pkg path to github.com/microsoft/ring-operator and fixed mod cmds
This commit is contained in:
Родитель
4be1609793
Коммит
ebe5e24634
|
@ -11,10 +11,10 @@ resources:
|
|||
|
||||
trigger:
|
||||
batch: true
|
||||
# paths:
|
||||
# exclude:
|
||||
# - assets/*
|
||||
# - deploy/*
|
||||
paths:
|
||||
exclude:
|
||||
- assets/*
|
||||
- deploy/*
|
||||
|
||||
name: $(Date:yyyyMMdd)$(Rev:r)
|
||||
|
||||
|
@ -68,7 +68,7 @@ jobs:
|
|||
######################################################################
|
||||
- job: Containerize
|
||||
displayName: Build and push container
|
||||
dependsOn: Build
|
||||
dependsOn: UnitTests
|
||||
variables:
|
||||
OperatorImage: public/k8s/bedrock/ring-operator
|
||||
MyBuildId: $(Build.BuildNumber)
|
||||
|
@ -88,7 +88,7 @@ jobs:
|
|||
containerRegistry: AzureCR
|
||||
|
||||
- task: Docker@2
|
||||
displayName: Build and Push
|
||||
displayName: Build and Push $(MyBuildId)
|
||||
inputs:
|
||||
command: buildAndPush
|
||||
containerRegistry: AzureCR
|
||||
|
@ -98,7 +98,7 @@ jobs:
|
|||
tags: $(MyBuildId)
|
||||
|
||||
- task: Docker@2
|
||||
displayName: Build and Push Latest
|
||||
displayName: Build and Push latest
|
||||
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
|
||||
inputs:
|
||||
command: buildAndPush
|
||||
|
|
Загрузка…
Ссылка в новой задаче