tutor-discovery/.gitlab-ci.yml
Michael Wheeler ffef307789 feat: Upgrade to maple
Patches related to nginx are removed and Caddy is now being used as a reverse proxy.
In addition, application log storage has been moved in order to run as
non-root. The local log handler was removed.
2021-12-21 00:08:35 +01:00

11 lines
255 B
YAML

variables:
TUTOR_PLUGIN: discovery
TUTOR_IMAGES: discovery
TUTOR_PYPI_PACKAGE: tutor-discovery
OPENEDX_RELEASE: maple
GITHUB_REPO: overhangio/tutor-discovery
include:
- project: 'community/tutor-ci'
file: 'plugin-gitlab-ci.yml'