Skip to content

Do not copy gitlab-shell go or go_build directory

What does this MR do?

When building gitlab-shell, we generate ~41M of compiled artifacts in go_build these are not used at runtime. Additionally we don't really need the 3.8Mb of go sources either, just the binaries are enough.

Checklist

See Definition of done.

  • Change added to CHANGELOG.md. Not applicable for Documentation changes and minor changes.
  • Documentation created/updated
  • Tests added
  • Integration tests added to GitLab QA, if applicable
  • MR targeting master branch
  • MR has a green pipeline on GitLab.com

Reviewer Checklist

In addition to above, reviewer must:

  • Pipeline is green on dev.gitlab.org if the change is not touching documentation or internal cookbooks

References

Closes #3234 (closed)

Edited by DJ Mountney

Merge request reports