Skip to content

External "Fork" Development

Summary

Cloning this project to an external GitLab CE installation fails in the post-test stage.

Steps to reproduce

  1. Use an independent GitLab installation.
  2. Create a new project and import from gitlab-org/omnibus-gitlab.
  3. Tag runners with gitlab-org.
  4. Run the pipeline on master.

What is the current bug behavior?

$ support/merge-reports knapsack
/usr/bin/env: 'ruby': No such file or directory
ERROR: Job failed: exit code 1

What is the expected correct behavior?

$ support/merge-reports knapsack
Merging reports from /builds/promaethius/omnibus-gitlab/knapsack
Debian 8
	Merged /builds/promaethius/omnibus-gitlab/knapsack/Debian_8_rspec_node_3_6_report.json adding 21 results.
...

Relevant logs

Relevant logs
See above.

Details of package version

Provide the package version installation details

Branch: master Commit: 15855833

Environment details

  • Operating System: GitLab AWS Runner
  • Installation Target, remove incorrect values:
    • VM: AWS
  • Installation Type, remove incorrect values:
    • New Installation

Configuration details

Provide the relevant sections of `/etc/gitlab/gitlab.rb`

Not applicable. Fresh GitLab installation used.