Updated pkg path to github.com/microsoft/ring-operator and fixed mod cmds

This commit is contained in:
Michael Golfi 2019-07-26 21:31:35 -07:00
Родитель aa4297ecf1
Коммит e845d0a25e
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -9,7 +9,8 @@ resources:
endpoint: AzureCR
options: '-v /usr/bin/docker:/usr/bin/docker -v /var/run/docker.sock:/var/run/docker.sock'
# trigger:
trigger:
batch: true
# paths:
# exclude:
# - assets/*
@ -71,6 +72,7 @@ jobs:
variables:
OperatorImage: devcrewsacr.azurecr.io/public/k8s/bedrock/ring-operator
# MyBuildId: $(Date:yyyyMMdd)-$(Rev:r)
MyBuildId: $(Build.BuildNumber)
steps:
- download: current
artifact: build
@ -94,7 +96,7 @@ jobs:
buildContext: $(System.DefaultWorkingDirectory)
Dockerfile: build/Dockerfile
repository: $(OperatorImage)
tags: $BUILD_BUILDNUMBER
tags: $(MyBuildId)
- task: Docker@2
displayName: Build and Push Latest