mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -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"
|
echo "In build.sh"
|
||||||
|
|
||||||
cd /opt/app
|
cd /opt/app
|
||||||
|
cp .env.sandstorm .env
|
||||||
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
|
|
||||||
|
|
||||||
|
|
||||||
if [ -f /opt/app/composer.json ] ; then
|
if [ -f /opt/app/composer.json ] ; then
|
||||||
if [ ! -f composer.phar ] ; then
|
if [ ! -f composer.phar ] ; then
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user