Remove memcached experiment.

This commit is contained in:
James Cole
2018-01-16 22:01:55 +01:00
parent 3e62e17b9e
commit a9f3fe4d3a
2 changed files with 6281 additions and 9 deletions

View File

@@ -6,14 +6,7 @@ set -euo pipefail
echo "In build.sh"
cd /opt/app
if [ -f /opt/app/.env.sandstorm ] ; then
echo "No sandstorm env file, copy."
cp .env.sandstorm .env
else
echo "Sandstorm env file exists already."
fi
cp .env.sandstorm .env
if [ -f /opt/app/composer.json ] ; then
if [ ! -f composer.phar ] ; then

File diff suppressed because it is too large Load Diff