~thirdplace/discovery

d18e4d39dcb9525e912dcd60f216d6bebb6aad4c — Dag 1 year, 1 month ago 04aab49 main
fix
1 files changed, 1 insertions(+), 3 deletions(-)

M contrib/build
M contrib/build => contrib/build +1 -3
@@ 7,11 7,9 @@ repo="${2:-./}"
workspace=$(mktemp -d)
git clone "$repo" "$workspace"

# remove the empty var dir
#rm -rf "$workspace/var"

# copy over the prod config
cp -v "./config/config.prod.php" "$workspace/config/config.php"
# copy over assets
cp -v ./var/*.php "$workspace/var/"

# lint