mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-22 08:56:39 -06:00
Remove memcached experiment.
This commit is contained in:
parent
3e62e17b9e
commit
a9f3fe4d3a
@ -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
Loading…
Reference in New Issue
Block a user