diff options
| -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&\ |