Fix custom commands loading
continuous-integration/drone/push Build is failing Details

This commit is contained in:
3wc 2020-12-17 13:38:30 +02:00
parent 0d202eedfc
commit 63c982c550
1 changed files with 7 additions and 0 deletions

7
abra
View File

@ -343,6 +343,13 @@ load_custom_commands() {
source abra-commands.sh
fi
if [ -n "$abra__domain_" ]; then
load_instance
load_instance_env
require_app_clone "$APP"
fi
if [ -f "$APP_DIR/abra-commands.sh" ]; then
# shellcheck disable=SC1090,SC1091
source "$APP_DIR/abra-commands.sh"