From 16feefaaef6a759514dbcc846aee48ca4ea0a667 Mon Sep 17 00:00:00 2001 From: Tim Schubert Date: Thu, 20 Sep 2018 17:01:47 +0200 Subject: [PATCH] Remove howto for projects subcommand and let the CI handle this --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index 197a6b1..273d3c5 100644 --- a/README.md +++ b/README.md @@ -66,17 +66,6 @@ Add this token as `PRIVATE_API_TOKEN` to the [secret variables](https://docs.git Then generate an SSH deploy key and add the private part as `SSH_PRIVATE_KEY` to the secret variables. The key will be used by the CI script to fetch from the student projects. -Set up the the student projects using - -``` -$ abgabesystem projects -c -d -s - -``` - -Here deploy_key is the *PUBLIC* part of the deploy key. -This creates one project per student, that each is forked from a project where your example solutions will be stored (`/solutions/solutions`). -Check that `/solutions/` a contains project for each student. - At last, you can add everyone with permission to view all student solutions to the group of the course. ## Checking student solutions