mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-25 05:41:42 +00:00
Don't terminate in after_success because it halts the log abruptly
This commit is contained in:
parent
abaa8730a5
commit
97f8448b72
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue