Hey all,
I enabled AutoDev Ops for a PHP project. It is an addon for PyroCMS which is based on Laravel.
The pipeline ran but failed on ”test” with output:
Running with gitlab-runner 11.3.0-rc1 (861c565e)
on docker-auto-scale 0277ea0f
Using Docker executor with image gliderlabs/herokuish:latest ...
Starting service postgres:latest ...
Pulling docker image postgres:latest ...
Using docker image sha256:084ec18124c8ccb08c7df98492db211f19a6a3d9e159cc88d1281c634b90bb87 for postgres:latest ...
Waiting for services to be up and running...
Pulling docker image gliderlabs/herokuish:latest ...
Using docker image sha256:b958c7b57139f10a10ee4cc72d2fa6f4a83b75f43684258a442c25614ee97a77 for gliderlabs/herokuish:latest ...
Running on runner-0277ea0f-project-8506709-concurrent-0 via runner-0277ea0f-srm-1537818929-00567b49...
Cloning repository...
Cloning into '/builds/Finnito/events-module'...
Checking out b7a5717e as master...
Skipping Git submodules setup
$ # Auto DevOps variables and functions # collapsed multi-line command
$ setup_test_db
$ cp -R . /tmp/app
$ /bin/herokuish buildpack test
-----> PHP app detected
Selected buildpack does not support test feature
ERROR: Job failed: exit code 1
I am completely new to this, so could anyone help with how to resolve this with a custom buildpack or whatever I need to do?
My project is: UCanDance / events-module · GitLab
I have made it public for a while, but will change it back to private in a few weeks.
Thank you!