Skip to content

Generate specific transcript in ci

GunChleoc requested to merge generate-specific-transcript-in-ci into master

Allow user to specify the language when generating transcripts via GitLab CI, so that:

  • Artifact downloads will only contain the desired language
  • CI processing time is sped up

@Deevad In order for artifact downloads to work properly, please go to CI/CD settings and add the following variable:

  • Key: lang (needs to be lower-case)
  • Value: *

Then I can do some final testing.

Edited by GunChleoc

Merge request reports