Skip to content
Snippets Groups Projects
Commit 97f8448b authored by Marco Z's avatar Marco Z
Browse files

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

parent abaa8730
No related branches found
No related tags found
No related merge requests found
...@@ -659,9 +659,7 @@ script: ...@@ -659,9 +659,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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment