aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2019-06-23 17:15:09 -0700
committerGravatar MarkKoz <[email protected]>2019-06-29 20:05:37 -0700
commitdaea44529bf1901d5b7f15044bd55194259cbdbe (patch)
treeb7fcb3e34f07c4f14715e2c52212cd9c59571b54
parentExplicitly specify build id (diff)
What's your problem?
-rw-r--r--azure-pipelines.yml2
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&\