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

Fix switching debug mode by explicitly setting new environment variable

parent fc4fda7b
No related branches found
No related tags found
No related merge requests found
......@@ -5,12 +5,14 @@ commands:
usage: Update DorgFlow setup in project
on:
cmd: |
DORGFLOW=1
echo "DORGFLOW=1" >>.env
env -i $(cat .env | xargs) >.env
composer lakedrops:dorgflow --no-interaction
usage: Turn on dorgflow
off:
cmd: |
DORGFLOW=0
echo "DORGFLOW=0" >>.env
env -i $(cat .env | xargs) >.env
composer lakedrops:dorgflow --no-interaction
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment