Revert "Use CMD and actually run it"

This reverts commit 4b4fea83f6.
This commit is contained in:
decentral1se
2021-06-03 21:17:59 +02:00
parent eb5b13ef88
commit 39fc62127d
2 changed files with 5 additions and 5 deletions

View File

@ -24,7 +24,7 @@ output_versions(){
run_abra_cmd() {
echo "--- start deploy ---"
abra --debug --no-prompt "$PLUGIN_CMD"
abra --debug --no-prompt "$PLUGIN_COMMAND"
echo "--- end deploy ---"
}
@ -32,7 +32,7 @@ run_plugin() {
echo "--- start drone-abra ---"
load_deploy_key
output_versions
run_abra_cmd
echo "--- end drone-abra ---"
}