This commit is contained in:
Kasra Bigdeli
2019-12-23 19:19:17 -05:00
parent 5557be1e42
commit 27279ad482
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
export BUILD_DIR="./build/CapRover"
+2
View File
@@ -26,6 +26,8 @@
set -e
source ./build_dir
echo "#################################################"
echo "Changing directory to 'BUILD_DIR' $BUILD_DIR ..."
cd $BUILD_DIR