aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2019-06-23 18:06:03 -0700
committerGravatar MarkKoz <[email protected]>2019-06-29 20:05:38 -0700
commitb54b4ba6b1ee72203087ff28832f0d5e74dc4e72 (patch)
treec49bef558b5c7a25a2acc31ff4b8e4ab304998a1
parentTry for V2 again (diff)
Set variable beforehand
-rw-r--r--azure-pipelines.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 097b419..6b7d171 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -7,6 +7,9 @@ jobs:
pool:
vmImage: 'Ubuntu-16.04'
+ variables:
+ PREV_BUILD: 2434
+
steps:
- script: |
set -euo pipefail