Skip to content

Fix local build package directions

Stan Hu requested to merge sh-update-build-docs into master

What does this MR do?

  1. Docker cannot run with a target mount of ~/omnibus-gitlab:
docker: Error response from daemon: invalid volume specification: '/home/user/omnibus-gitlab:~/omnibus-gitlab': invalid mount config for type "bind": invalid mount path: '~/omnibus-gitlab' mount path must be absolute.
  1. The clean task requires a project name (gitlab) to work. This was introduced in omnibus v6.0.29: https://github.com/chef/omnibus/commit/bf924bc1af609bed23f984c73f6f97b6bac9e736

Required

  • Merge Request Title, and Description are up to date, accurate, and descriptive
  • MR targeting the appropriate branch
  • MR has a green pipeline on GitLab.com
  • Pipeline is green on dev.gitlab.org if the change is touching anything besides documentation or internal cookbooks
  • trigger-package has a green pipeline running against latest commit

Expected (please provide an explanation if not completing)

  • Test plan indicating conditions for success has been posted and passes
  • Documentation created/updated
  • Tests added
  • Integration tests added to GitLab QA
  • Equivalent MR/issue for the GitLab Chart opened
Edited by Stan Hu

Merge request reports