Skip to content
Snippets Groups Projects
Commit a9d669a8 authored by jurgenhaas's avatar jurgenhaas
Browse files

Export settings and commit changes after completed installation

parent 5314f306
Branches
Tags v1.16.1
No related merge requests found
......@@ -62,6 +62,12 @@ function create {
drush sql:dump --result-file ../db.sql
fi
drush -y cex
# shellcheck disable=SC2035
git add *
git add .*
git commit -am "After site install"
# Cleanup
if [[ $L3D_CLEANUP -eq 1 ]]; then
docker-compose stop
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment