fix: [NPM] cyclonus latest pipeline cleanup issue (#1600)

* fix: [NPM] cyclonus latest pipeline cleanup issue

* fix: [NPM] cyclonus latest pipeline cleanup issue

* fix: [NPM] cyclonus latest pipeline cleanup issue
This commit is contained in:
Vamsi Kalapala 2022-09-09 16:19:35 -07:00 коммит произвёл GitHub
Родитель 08ce35190d
Коммит 7d89a83041
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -73,7 +73,7 @@ jobs:
az feature register --namespace Microsoft.ContainerService --name AKSWindows2022Preview
az provider register -n Microsoft.ContainerService
export CLUSTER_NAME=$(RESOURCE_GROUP)-$(PROFILE)
export CLUSTER_NAME=$(RESOURCE_GROUP)
echo "Creating resource group named $CLUSTER_NAME"
az group create --name $CLUSTER_NAME -l $(LOCATION) -o table

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

@ -368,7 +368,7 @@ npm-image-windows: ## build the npm container windows image.
$(MKDIR) $(IMAGE_DIR);
docker build \
--no-cache \
-f cns/windows.Dockerfile \
-f npm/windows.Dockerfile \
-t $(IMAGE_REGISTRY)/$(NPM_IMAGE)-win:$(NPM_PLATFORM_TAG) \
--build-arg VERSION=$(NPM_VERSION) \
--build-arg NPM_AI_PATH=$(NPM_AI_PATH) \