diff options
| author | 2019-06-23 16:42:33 -0700 | |
|---|---|---|
| committer | 2019-06-29 20:05:36 -0700 | |
| commit | 473369c06e8f06db25b19ae4776e94150cf23bc2 (patch) | |
| tree | b47418d65bc2c5b3daada82ad7c5ddb10ed67119 | |
| parent | Echo variables (diff) | |
Try to fix vars
| -rw-r--r-- | azure-pipelines.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1a7d3ad..c93d00a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,6 +7,10 @@ jobs: pool: vmImage: 'Ubuntu-16.04' + variables: + PREV_COMMIT: 'foo' + PREV_BUILD: 'bar' + steps: - script: | set -euo pipefail |