about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.azure-pipelines/steps/run.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines/steps/run.yml b/.azure-pipelines/steps/run.yml
index a0d92cc4d4e..05ceb66cdba 100644
--- a/.azure-pipelines/steps/run.yml
+++ b/.azure-pipelines/steps/run.yml
@@ -69,7 +69,7 @@ steps:
 
 - bash: |
     set -e
-    if [ "$IMAGE" = ""]; then
+    if [ "$IMAGE" = "" ]; then
       src/ci/run.sh
     else
       src/ci/docker/run.sh $IMAGE