blob: af26716fd4a6162b9cc37219c249eed1be90ef06 [file] [log] [blame]
Dan Willemsen187a9bf2015-07-23 18:19:18 -07001#!/bin/bash
2
3if echo $TRAVIS_BUILD_DIR | grep -vq "github.com/google/blueprint$" ; then
4 cd ../..
5 mkdir -p google
6 mv $TRAVIS_BUILD_DIR google/blueprint
7 cd google/blueprint
8 export TRAVIS_BUILD_DIR=$PWD
9fi