Prevent site indexing for preview builds

This commit is contained in:
David A. Harding 2015-09-04 13:08:00 -04:00
parent adef074df5
commit b035a0a619
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7
3 changed files with 35 additions and 0 deletions

View file

@ -11,6 +11,9 @@ WORKDIR=`mktemp -d`
LIVEDIR=`mktemp -d`
SITEDIR='/bitcoin.org/txpreview'
DESTDIR='/var/www/txpreview'
BITCOINORG_BUILD_TYPE='preview'
export BITCOINORG_BUILD_TYPE
# Stop script in case a single command fails
set -e