Skip to content
Snippets Groups Projects
Commit c5580789 authored by User expired's avatar User expired
Browse files

also deactivating psiprobe in local test mode (this will prevent tomcat

from being installed... we have to check performance on changes here)
parent 0e35af9b
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ INSTALL_PROJECT_PSIPROBE=true
# Ext. argument handling #
############################
IS_LOCAL_TEST_DEPLOY=false # will prevent install of projects if set to true (except for PsiProbe)
IS_LOCAL_TEST_DEPLOY=false # will prevent install of projects if set to true
PG_DB_NAME="isochrone"
PG_DB_USER="@db_username@"
PG_DB_PASSWORD="@db_password@"
......@@ -245,6 +245,7 @@ INSTALL_TOMCAT=false
if $IS_LOCAL_TEST_DEPLOY; then
# Some projects will never be installed when in local deploy mode (like latest release/snapshot from nexus)
INSTALL_PROJECT_CANIGET2=false
INSTALL_PROJECT_PSIPROBE=false
INSTALL_ISOCHRONE_LOCAL=false
INSTALL_ISOCHRONE_RELEASE=false
INSTALL_ISOCHRONE_SNAPSHOT=false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment