Fix a typo in the run script

This commit is contained in:
Alex Crichton 2019-05-20 12:46:10 -07:00
parent 804ec5faab
commit fa8d3b59bd
1 changed files with 1 additions and 1 deletions

View File

@ -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