Merge "fix indentation in install-buck macro"

This commit is contained in:
Jenkins 2014-02-24 18:46:20 +00:00 committed by Gerrit Code Review
commit 323322aaec

View File

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