HaskAnything
HaskAnything copied to clipboard
Have CircleCI not fail on each successful build because it infers cabal commands
CircleCI infers cabal build
and cabal test
as commands it should execute. We use Stack, so they're not necessary. The entire build is tagged as having failed because of those command failures. We need a way to override these commands / ignore them.
High priority, because Github is going to tell each and every pull request that their proposed PR has failed CI, even if it hasn't.
This was probably only working for me. We need to ensure that the "push stuff to gh-pages
branch" step does not execute for a pull request CI run.
Should be fixed now. @m0rphism, could you try adding some content via the web interface to test this?
Sure, pull request #40 is for a new presentation.
@m0rphism It appears that CircleCI uses the circle.yml
file of your fork, which has been updated on master. Could you fast-forward your fork and try again? We will have to provide some functionality to do this automatically via the web interface later on.