Remove customer specific shell into customer project

This commit is contained in:
Daniel Siepmann 2023-10-18 13:50:09 +02:00
parent 47f1a2a9e8
commit b72441d4bb
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
2 changed files with 6 additions and 0 deletions

View file

@ -35,6 +35,12 @@ in writeShellApplication {
databaseName="''${customerName}_''${projectName}"
databaseName=''${databaseName//-/}
url="https://$projectName.$customerName.localhost/"
if [[ $customerName == "reuter" ]]; then
url="''${url/reuter/monorepo}"
url="''${url/sonono/monorepo}"
url="''${url/emero/monorepo}"
url="''${url}''${projectName}/"
fi
editorPath="$projectRoot"
if [ -d "$projectRoot/project" ]; then

Binary file not shown.