Don't terminate in after_success because it halts the log abruptly

This commit is contained in:
mazmazz 2019-01-05 10:17:33 -05:00
parent 963d6c85bc
commit 061b1e406b
1 changed files with 2 additions and 4 deletions

View File

@ -660,9 +660,7 @@ script:
fi; fi;
after_success: after_success:
# Run the Deployer scripts # Run the upload scripts
- if [[ "$__DPL_ACTIVE" != "1" ]]; then # These do nothing if Deployer is not triggered
exit;
fi;
- . ../deployer/travis/deployer_ftp.sh - . ../deployer/travis/deployer_ftp.sh
- . ../deployer/travis/deployer_dput.sh - . ../deployer/travis/deployer_dput.sh