Skip to content
Snippets Groups Projects
Commit 01a00018 authored by David Trattnig's avatar David Trattnig
Browse files

Set mode explicitely.

parent 701f7de9
No related branches found
No related tags found
No related merge requests found
Pipeline #636 passed
...@@ -3,10 +3,9 @@ mode="dev" ...@@ -3,10 +3,9 @@ mode="dev"
if [[ $* =~ ^(prod)$ ]]; then if [[ $* =~ ^(prod)$ ]]; then
mode=$1 mode="prod"
fi fi
if [ $mode == "dev" ]; then if [ $mode == "dev" ]; then
echo "[Installing AURA ENGINE for Development]" echo "[Installing AURA ENGINE for Development]"
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment