Skip to content

Create Tenant Scale custom template

Arturo Herrero requested to merge tenant-scale-custom-template into master

Description

After exposing the issues !764 (merged), I'm creating a custom template for grouptenant scale.

I've tested this and it works!

  • $ bundle exec ruby retrospective.rb create --dry-run --read-token=$GITLAB_API_PRIVATE_TOKEN --write-token=$GITLAB_API_PRIVATE_TOKEN --team="Tenant Scale"

  • $ bundle exec ruby retrospective.rb update --dry-run --read-token=$GITLAB_API_PRIVATE_TOKEN --write-token=$GITLAB_API_PRIVATE_TOKEN --team="Tenant Scale"

If you want to test it, you probably also need !762 (merged).

Edited by Arturo Herrero

Merge request reports