After “triggering a custom build” I receive an error “cd reposter - dir not found” despite not having this command in specified config (at least not at that stage).
https://travis-ci.org/vanyakosmos/memes-reposter/jobs/570353321
Here is config(s) itself:
https://travis-ci.org/vanyakosmos/memes-reposter/jobs/570353321/config
api.json is the config that I have specified for the custom build. cd reposter is only inside before_install.
.travis.yml is the config from repo and it shouldn’t be used in the current build. Here cd reposter is inside before_script.
And it looks like that both configs were merged together and now I have 2 cd reposter and the error.