Skip to content

WIP: Convert to a monorepo with submodules (Blocked on GitLab feature to push from CI)

Santiago Gil requested to merge santigl/submodules into master

Description

This adds git submodules containing the sources for the projects to be tested, taking the responsibility of cloning the sources away from the end-to-end-test.sh script.

Changes proposed in this merge request:

  • Add sources for buildbox-* components as git submodules under the components/ directory
  • .gitlab-ci.yml: update the submodules to track the remotes
  • Remove the fetch_sources() step from end-to-end-test.sh and adjust paths
  • Update README

Issues addressed

Closes #7 (closed)

Edited by Santiago Gil

Merge request reports