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

some changes for local test mode

parent 13473eb6
No related branches found
No related tags found
No related merge requests found
...@@ -58,14 +58,14 @@ if [ -n "$3" ]; then ...@@ -58,14 +58,14 @@ if [ -n "$3" ]; then
if [ "$3" = "true" ]; then if [ "$3" = "true" ]; then
IS_LOCAL_TEST_DEPLOY=true IS_LOCAL_TEST_DEPLOY=true
fi fi
if $IS_LOCAL_TEST_DEPLOY; then
INSTALL_PROJECT_CANIGET2=false
INSTALL_PROJECT_ISOCHRONE_LOCAL=false
INSTALL_PROJECT_ISOCHRONE_RELEASE=false
INSTALL_PROJECT_ISOCHRONE_SNAPSHOT=false
fi
fi fi
if $IS_LOCAL_TEST_DEPLOY; then
INSTALL_PROJECT_CANIGET2=false
INSTALL_PROJECT_ISOCHRONE_LOCAL=false
INSTALL_PROJECT_ISOCHRONE_RELEASE=false
INSTALL_PROJECT_ISOCHRONE_SNAPSHOT=false
fi
########################### ###########################
# General configuration # General configuration
......
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