mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-02-17 02:51:39 -05:00
Fix syntax
This commit is contained in:
@@ -34,7 +34,7 @@ steps:
|
|||||||
- task: Bash@3
|
- task: Bash@3
|
||||||
inputs:
|
inputs:
|
||||||
targetType: 'inline'
|
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:
|
env:
|
||||||
Tag: $(Build.BuildNumber)
|
Tag: $(Build.BuildNumber)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user