mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Use BUNDLE_DIR to define bundler's directory
This commit is contained in:
parent
15c0c2626e
commit
4e409097da
2 changed files with 8 additions and 1 deletions
|
@ -9,10 +9,13 @@ source /etc/profile.d/rvm.sh
|
|||
|
||||
AUTHORIZED_SIGNERS_DIR='/bitcoin.org/auto-build-committers.gnupg'
|
||||
REPO='https://github.com/bitcoin-dot-org/bitcoin.org.git'
|
||||
BUNDLE_DIR='/bitcoin.org/bundle'
|
||||
SITEDIR='/bitcoin.org/site'
|
||||
DESTDIR='build@bitcoinorgsite:/var/www/site'
|
||||
WORKDIR=`mktemp -d`
|
||||
|
||||
export BUNDLE_DIR
|
||||
|
||||
# Stop script in case a single command fails
|
||||
set -e
|
||||
|
||||
|
@ -38,7 +41,7 @@ fi
|
|||
|
||||
# Update local branch
|
||||
git reset --hard origin/master
|
||||
git clean -f -d
|
||||
git clean -x -f -d
|
||||
|
||||
## Whether to auto-build or force-build
|
||||
case "${1:-nil}" in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue