From 6fd6857b31de5b3c51ed6daf6b4b3de7c35024f9 Mon Sep 17 00:00:00 2001 From: Andre Briggs Date: Sun, 12 Apr 2020 12:51:44 -0700 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index dd01cb3d..0654fedd 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,7 +16,7 @@ pool: vmImage: "ubuntu-latest" variables: -- group: 'spk-vg' +- group: 'bedrock-cli-vg' steps: - task: NodeTool@0