Stephen Ball
Stephen Ball
Any chance of getting this merged @themsaid?
👍I do like the idea of having a created and cancelled stage, although not sure how you'd do the created as obviously PHPCI won't have the `phpci.yml` until it has...
Uh that isn't what it does, it looks for the tools in the projects `vendor/bin` folder or in the global `$PATH`, it just doesn't look for them in PHPCI's `vendor/bin`...
https://github.com/Block8/PHPCI/blob/master/PHPCI/Helper/UnixCommandExecutor.php but that is what it does. What do you get if you run `$ which composer` or `$ which composer.phar` as the user you have the queue worker running...
Are you absolutely sure you have the worker running as the user `phpci`? Can you try creating a symlink from `/usr/local/bin/composer` to `/usr/bin/composer`
Hmm, odd
Seems to be pulling the correct branch for me on my gitlab and github projects
Ah, I tried with an existing project. I'll try a new one
Still seems to be working for me I set up a new project and set the default branch to `release`, I clicked Build and it checked out the latest revision...
Yeah release was the default branch I set in PHPCI