Skip to content

Fixes cloning Charts issue

Marcia Ramos requested to merge fix-clone-charts into master
  • The conditional if [[ $k == 'charts/gitlab' ]] wasn't working with the associative array.
  • As a boring solution, I removed Charts from the array and wrote a script to clone it separately.
  • I also moved the array definition into the cloning functions.

To do:

  • Test
  • Self-review
Edited by Marcia Ramos

Merge request reports