Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pipelines/npm/npm-cyc-win-tests-latest-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down