mirror of
https://github.com/certbot/certbot.git
synced 2026-07-31 16:24:39 +02:00
try other other syntax
This commit is contained in:
@@ -17,7 +17,7 @@ stages:
|
||||
- stage: NotifyFailure
|
||||
condition: failed()
|
||||
variables:
|
||||
MyStatus: $[variables['Agent.JobStatus']]
|
||||
MyStatus: $[variables.Agent.JobStatus]
|
||||
jobs:
|
||||
- job: notify_release_build_failure
|
||||
pool:
|
||||
|
||||
Reference in New Issue
Block a user