From 9bd395cfe7008c79a527336bd370f6023cdd5635 Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Wed, 24 Jul 2019 20:29:46 -0400 Subject: [PATCH] Fix syntax --- Weather/SerialReader/deploy/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Weather/SerialReader/deploy/azure-pipelines.yml b/Weather/SerialReader/deploy/azure-pipelines.yml index 1a0dfe7..be8e4c2 100644 --- a/Weather/SerialReader/deploy/azure-pipelines.yml +++ b/Weather/SerialReader/deploy/azure-pipelines.yml @@ -34,7 +34,7 @@ steps: - task: Bash@3 inputs: targetType: 'inline' - script: 'sed -i s/#TAG#/$(TAG)/ Weather/SerialReader/deploy/manifest.yaml' + script: 'sed -i s/#TAG#/$TAG/ Weather/SerialReader/deploy/manifest.yaml' env: Tag: $(Build.BuildNumber)