diff options
| author | 2019-06-23 17:15:09 -0700 | |
|---|---|---|
| committer | 2019-06-29 20:05:37 -0700 | |
| commit | daea44529bf1901d5b7f15044bd55194259cbdbe (patch) | |
| tree | b7fcb3e34f07c4f14715e2c52212cd9c59571b54 | |
| parent | Explicitly specify build id (diff) | |
What's your problem?
| -rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c813f2e..319d63e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,7 +12,7 @@ jobs: steps: - script: | - set -euo pipefail + set -euxo pipefail REQUEST_URL="${API_BASE_URL}/build/builds?\ queryOrder=finishTimeDescending&\ |