top | item 16617306

(no title)

9034725985 | 8 years ago

I would like to know what the goal for auto devops is...

Will it be able to look at a project and compile it? For example: https://gitlab.com/postgres/postgres/-/jobs

discuss

order

Snappy|8 years ago

Yes, it attempts to detect the language/framework, and build it. It doesn't work for all languages, and is based on Heroku buildpacks so has similar limitations. If autodetect fails, but some Heroku buildpack would work, you can specify it manually. Or, just include a Dockerfile and it'll build that instead.