Merge "fix indentation in install-buck macro"
This commit is contained in:
commit
323322aaec
@ -244,13 +244,14 @@
|
||||
name: install-buck
|
||||
builders:
|
||||
- shell: |
|
||||
if [[ ! -d "buck" ]]
|
||||
then
|
||||
git clone https://gerrit.googlesource.com/buck
|
||||
cd buck
|
||||
git checkout 274acb17e9b6dc9ee60bc1371c47a7f49640c24c
|
||||
ant
|
||||
fi
|
||||
#!/bin/bash -xe
|
||||
if [[ ! -d "buck" ]]
|
||||
then
|
||||
git clone https://gerrit.googlesource.com/buck
|
||||
cd buck
|
||||
git checkout 274acb17e9b6dc9ee60bc1371c47a7f49640c24c
|
||||
ant
|
||||
fi
|
||||
|
||||
|
||||
# ======================================================================
|
||||
|
Loading…
x
Reference in New Issue
Block a user