inline build dir variable
This commit is contained in:
parent
f26a48c3ec
commit
8210ec8596
|
|
@ -26,10 +26,7 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Make sure build_dir content doesn't have leading/trailing slashes. Correct format:
|
BUILD_DIR=public
|
||||||
# export BUILD_DIR="public"
|
|
||||||
|
|
||||||
source ./build_dir
|
|
||||||
SOURCE_DIRECTORY_DEPLOY_GH=~/temp-gh-deploy-src
|
SOURCE_DIRECTORY_DEPLOY_GH=~/temp-gh-deploy-src
|
||||||
CLONED_DIRECTORY_DEPLOY_GH=~/temp-gh-deploy-cloned
|
CLONED_DIRECTORY_DEPLOY_GH=~/temp-gh-deploy-cloned
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue