fix install-buck macro
fixed conditional error due to a missing space. Change-Id: I1a0d134d223b197ad8a869440e8472646d958166
This commit is contained in:
parent
8f74df188f
commit
522f4a2ded
@ -244,7 +244,7 @@
|
||||
name: install-buck
|
||||
builders:
|
||||
- shell: |
|
||||
if [[ ! -d "buck"]]
|
||||
if [[ ! -d "buck" ]]
|
||||
then
|
||||
git clone https://gerrit.googlesource.com/buck
|
||||
cd buck
|
||||
|
Loading…
x
Reference in New Issue
Block a user