Fix Auto DevOps quick start guide
What does this MR do?
There were some issues with the Auto DevOps quick start guide. Namely:
- A pipeline can't be triggered because the forked project is missing
.gitlab-ci.yml. -
buildbuildpack is failing
These can be solved by:
- Tell the user to push something in the repo, or manually visit
project_path/pipelines/run. - Use a project that has a
Dockerfilein order for thebuildstage to pass.
Edited by Achilleas Pipinellis