mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 07:12:03 +00:00
Don't terminate in after_success because it halts the log abruptly
This commit is contained in:
parent
963d6c85bc
commit
061b1e406b
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue