This commit is contained in:
zawachte-msft 2020-08-07 15:00:56 -04:00 коммит произвёл GitHub
Родитель 4f487d100e
Коммит e2eb156849
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 6 добавлений и 4 удалений

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

@ -54,7 +54,7 @@ ETCD=$(TOOLS_BIN_DIR)/etcd
# Version
MAJOR_VER ?= 0
MINOR_VER ?= 3
PATCH_VER ?= 2
PATCH_VER ?= 3
# Define Docker related variables. Releases should modify and double check these vars.
REGISTRY ?= mocimages.azurecr.io

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

@ -59,17 +59,19 @@ steps:
git config --global url.ssh://git@github.com/.insteadOf https://github.com/
chmod +x hack/ensure-kustomize.sh
chmod +x hack/set-acr.sh
chmod +x hack/prepare-directory.sh
hack/ensure-kustomize.sh
hack/set-acr.sh
hack/prepare-directory.sh
GOPATH_BIN="$(go env GOPATH)/bin/"
PATH=$GOPATH_BIN:$PATH
RANDOM=$$
TagNum=$(( $RANDOM % 1000 ))
cp ../cluster-api-provider-azurestackhci/out/infrastructure-components.yaml deployment/infrastructure-azurestackhci/v0.3.2
cp ../cluster-api-provider-azurestackhci/templates/cluster-template.yaml deployment/infrastructure-azurestackhci/v0.3.2
cp ../cluster-api-provider-azurestackhci/templates/cluster-template-mgmt.yaml deployment/infrastructure-azurestackhci/v0.3.2
cp ../cluster-api-provider-azurestackhci/out/infrastructure-components.yaml deployment/infrastructure-azurestackhci/v0.3.3
cp ../cluster-api-provider-azurestackhci/templates/cluster-template.yaml deployment/infrastructure-azurestackhci/v0.3.3
cp ../cluster-api-provider-azurestackhci/templates/cluster-template-mgmt.yaml deployment/infrastructure-azurestackhci/v0.3.3
make IMG=mocimages.azurecr.io/cloud-operator-staging:$TagNum docker-build docker-push
make IMG=mocimages.azurecr.io/cloud-operator-staging:$TagNum release