mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-13 17:22:54 -05:00
Fix syntax
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user