Don't do more cloning that necessary
This commit is contained in:
parent
3a9e141b24
commit
67cce192df
3
abra
3
abra
@ -356,8 +356,6 @@ load_custom_commands() {
|
|||||||
if [ -n "$abra__domain_" ]; then
|
if [ -n "$abra__domain_" ]; then
|
||||||
load_instance
|
load_instance
|
||||||
load_instance_env
|
load_instance_env
|
||||||
|
|
||||||
require_app_clone "$APP"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f "$APP_DIR/abra-commands.sh" ]; then
|
if [ -f "$APP_DIR/abra-commands.sh" ]; then
|
||||||
@ -625,7 +623,6 @@ sub_app_deploy (){
|
|||||||
prompt_confirm
|
prompt_confirm
|
||||||
|
|
||||||
APP=$(basename "$APP_DIR")
|
APP=$(basename "$APP_DIR")
|
||||||
require_app_clone "$APP"
|
|
||||||
|
|
||||||
(
|
(
|
||||||
cd "$APP_DIR" || error "\$APP_DIR '$APP_DIR' not found"
|
cd "$APP_DIR" || error "\$APP_DIR '$APP_DIR' not found"
|
||||||
|
Loading…
Reference in New Issue
Block a user