Updated pkg path to github.com/microsoft/ring-operator and fixed mod cmds
This commit is contained in:
Родитель
6745047e54
Коммит
5f289f61e7
|
@ -35,11 +35,8 @@ jobs:
|
||||||
$(Build.SourcesDirectory)/go.sum
|
$(Build.SourcesDirectory)/go.sum
|
||||||
path: $(GOPATH)/src
|
path: $(GOPATH)/src
|
||||||
cacheHitVar: CACHE_RESTORED
|
cacheHitVar: CACHE_RESTORED
|
||||||
|
|
||||||
displayName: Cache Vendor Directory
|
displayName: Cache Vendor Directory
|
||||||
|
|
||||||
- script: ls -l $(Pipeline.Workspace)/go/src
|
|
||||||
|
|
||||||
- script: go build cmd/manager/main.go
|
- script: go build cmd/manager/main.go
|
||||||
|
|
||||||
- publish: $(Build.SourcesDirectory)/build
|
- publish: $(Build.SourcesDirectory)/build
|
||||||
|
@ -59,7 +56,7 @@ jobs:
|
||||||
vendor
|
vendor
|
||||||
$(Agent.OS)
|
$(Agent.OS)
|
||||||
$(Build.SourcesDirectory)/go.sum
|
$(Build.SourcesDirectory)/go.sum
|
||||||
path: $(Build.SourcesDirectory)/vendor
|
path: $(GOPATH)/src
|
||||||
cacheHitVar: CACHE_RESTORED
|
cacheHitVar: CACHE_RESTORED
|
||||||
displayName: Cache Vendor Directory
|
displayName: Cache Vendor Directory
|
||||||
|
|
||||||
|
@ -78,14 +75,6 @@ jobs:
|
||||||
OperatorImage: devcrewsacr.azurecr.io/public/k8s/bedrock/ring-operator
|
OperatorImage: devcrewsacr.azurecr.io/public/k8s/bedrock/ring-operator
|
||||||
MyBuildId: $(Date:yyyyMMdd)$(Rev:r)
|
MyBuildId: $(Date:yyyyMMdd)$(Rev:r)
|
||||||
steps:
|
steps:
|
||||||
# - script: |
|
|
||||||
# set -ex
|
|
||||||
# sudo groupadd -o -g $(stat --format='%g' /var/run/docker.sock) docker
|
|
||||||
# sudo usermod -a -G docker $(whoami)
|
|
||||||
# displayName: Allow current user to access the docker socket
|
|
||||||
# - checkout: none
|
|
||||||
# - download:
|
|
||||||
# artifact:
|
|
||||||
- download: current
|
- download: current
|
||||||
artifact: build
|
artifact: build
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче