Skip to content
Snippets Groups Projects
Commit 2061761e authored by Albin Heimerson's avatar Albin Heimerson
Browse files

fix runners instructions

parent b216932a
Branches
No related tags found
No related merge requests found
...@@ -5,4 +5,4 @@ File to handle automatic syncing of files between gitlab and canvas. Mor informa ...@@ -5,4 +5,4 @@ File to handle automatic syncing of files between gitlab and canvas. Mor informa
To set this up for a new repo there are three steps: To set this up for a new repo there are three steps:
* Copy the gitlab-ci.yml file from this repo and place in the root of the new repo with the name .gitlab-ci.yml, notice the dot at the start of the name. * Copy the gitlab-ci.yml file from this repo and place in the root of the new repo with the name .gitlab-ci.yml, notice the dot at the start of the name.
* Modify the environment variable CANVAS_COURSE_CODE in the new file to correspond to the course code canvas uses in its url. * Modify the environment variable CANVAS_COURSE_CODE in the new file to correspond to the course code canvas uses in its url.
* Set up a runner. Navigate to the same location as in previous step, but instead pick runners in the end. Here are instructions on how to set up your computer as a runner for this project. Hopefully we will soon get shared runners so that we can skip this step. * Navigate to Settings->CI/CD and select Runners. Here are instructions on how to set up your computer as a runner for this project. Hopefully we will soon get shared runners so that we can skip this step.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment