You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.
But the after_success command in Oghliner is pretty hairy, and it prevents users from using that step for anything else. It also doesn't play as nicely with the build lifecycle, which includes before_deploy and after_deploy steps that surround the deploy step:
According to https://next.travis-ci.com/, Travis has shipped a "Custom" deployment provider:
In the docs, they appear to call this the script provider:
https://docs.travis-ci.com/user/deployment/script
Oghliner currently uses a custom after_success step, which is supported by Travis:
https://docs.travis-ci.com/user/deployment/custom/
But the after_success command in Oghliner is pretty hairy, and it prevents users from using that step for anything else. It also doesn't play as nicely with the build lifecycle, which includes before_deploy and after_deploy steps that surround the deploy step:
https://docs.travis-ci.com/user/customizing-the-build/#The-Build-Lifecycle
So Oghliner should switch to using the deploy step with a script provider.
The text was updated successfully, but these errors were encountered: