Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
build
/
blueprint
/
3f13f075657d5e9346ca2895e41ef13874f53d3f
/
.
/
.travis.fix-fork.sh
blob: af26716fd4a6162b9cc37219c249eed1be90ef06 [
file
] [
log
] [
blame
]
#!/bin/bash
if
echo $TRAVIS_BUILD_DIR
|
grep
-
vq
"github.com/google/blueprint$"
;
then
cd
../..
mkdir
-
p google
mv $TRAVIS_BUILD_DIR google
/
blueprint
cd google
/
blueprint
export TRAVIS_BUILD_DIR
=
$PWD
fi