mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 18:15:07 +03:00
Fix a typo in the run script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user