continuous integration - wercker.yml in a subdirectory -


having bitbucket repository, there project in subdirectory should built. i'd have wercker.yml in subdirectory well.

i tried add environment variable wercker_root pipeline containing subdirectory: /here-is-werckerfile, according wercker devcenter seemed have no effect.

any ideas?

as far know can't change environment. it's not used wrecker, it's meant provide read information in case need know code located.

to answer question: once again far know can't use wercker.yml subdirectory there's no way set it's location wercker - it'll search in repository root.

edit can change source dir, mentioned here: http://old-devcenter.wercker.com/articles/steps/variables.html - wercker_source_dir environment, can put wercker.yml in repo root use sub directory building.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -