Alternative content for clone sites

This commit is contained in:
David A. Harding 2015-09-04 14:23:11 -04:00
parent b035a0a619
commit 7a82c6d000
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7
3 changed files with 30 additions and 0 deletions

View file

@ -11,8 +11,10 @@ BUNDLE_DIR='/bitcoin.org/bundle'
SITEDIR='/bitcoin.org/site'
DESTDIR='build@bitcoinorgsite:/var/www/site'
WORKDIR=`mktemp -d`
BITCOINORG_BUILD_TYPE='deployment'
export BUNDLE_DIR
export BITCOINORG_BUILD_TYPE
# Stop script in case a single command fails
set -e