diff --git a/templates/Runners/apps.education-docker.yaml b/templates/Runners/apps.education-docker.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7a7b446ad34e37aa8d629519a0364754703bd9a4 --- /dev/null +++ b/templates/Runners/apps.education-docker.yaml @@ -0,0 +1,9 @@ +# -*- coding: utf-8 -*- +# vim: ft=yaml +--- +default: + tags: + - one + - apps.education + - docker +...