From c86ec104a2a24faecd79483180ec8ffd8357a4a2 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Wed, 12 Aug 2020 17:09:32 -0700 Subject: [PATCH] remove old dockerTag param --- .azure-pipelines/templates/stages/deploy-stage.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.azure-pipelines/templates/stages/deploy-stage.yml b/.azure-pipelines/templates/stages/deploy-stage.yml index 8790704f3..88be735fc 100644 --- a/.azure-pipelines/templates/stages/deploy-stage.yml +++ b/.azure-pipelines/templates/stages/deploy-stage.yml @@ -5,9 +5,6 @@ parameters: values: - edge - beta -- name: dockerTag - type: string - default: nightly stages: - stage: Deploy