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
|
||||
load_instance
|
||||
load_instance_env
|
||||
|
||||
require_app_clone "$APP"
|
||||
fi
|
||||
|
||||
if [ -f "$APP_DIR/abra-commands.sh" ]; then
|
||||
@ -625,7 +623,6 @@ sub_app_deploy (){
|
||||
prompt_confirm
|
||||
|
||||
APP=$(basename "$APP_DIR")
|
||||
require_app_clone "$APP"
|
||||
|
||||
(
|
||||
cd "$APP_DIR" || error "\$APP_DIR '$APP_DIR' not found"
|
||||
|
Reference in New Issue
Block a user