Skip to content

chore: revert tutor dependency

Keith Grootboom requested to merge keith/tutor-dependency into main

Description

Adds tutor to Grove since there is a direct dependency in the code.

Testing instructions

For the grove-staging-digitalocean environment:

  • Run ./grove pipeline "[AutoDeploy][Update] nutmegtest" generated.yml on with the main branch checked out on the grove submodule. It will give an error.
  • Checkout the keith/tutor-dependency branch on grove and run the command again. This time it will run successfully.

Checklist

If any of the items below is not applicable, do not remove them, but put a check in it.

  • All providers include the new feature/change
  • All affected providers can provision new clusters
  • Unit tests are added/updated
  • Documentation is added/updated
  • The TOOLS_CONTAINER_IMAGE_VERSION in ci_vars.yml is updated
  • The grove-template repository is updated

Merge request reports