From 1164a5c6ea57ac13a6572e27511f0034e28cb951 Mon Sep 17 00:00:00 2001
From: Albin Heimerson <albin.heimerson@control.lth.se>
Date: Thu, 14 Jan 2021 12:01:18 +0100
Subject: [PATCH] gitlab-ci.yml to .gitlab-ci.yml

---
 gitlab-ci.yml => .gitlab-ci.yml | 0
 README.md                       | 4 ++--
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename gitlab-ci.yml => .gitlab-ci.yml (100%)

diff --git a/gitlab-ci.yml b/.gitlab-ci.yml
similarity index 100%
rename from gitlab-ci.yml
rename to .gitlab-ci.yml
diff --git a/README.md b/README.md
index 0316b6d..78410cc 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,6 @@
 File to handle automatic syncing of files between gitlab and canvas. More information [here](https://wiki.control.lth.se/versionControl/canvasSync).
 
 ## Setup
-* 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. This can be found by opening the canvas page for the course and looking at the url, it should be of the form `https://canvas.education.lu.se/courses/ID_NUMBER/`. 
+* Copy the `.gitlab-ci.yml` file from this repo and place in the root of your repo.
+* Modify the environment variable `CANVAS_COURSE_CODE` in the new file to correspond to the course code canvas uses in its url. This can be found by opening the canvas page for the course and looking at the url, it should be of the form `https://canvas.education.lu.se/courses/ID_NUMBER/`. 
 * Create the folder `to_canvas` in the root of the gitlab repository and put any files/folders that should be synced in there. They will show up in a `from_git` folder in the canvas file explorer.
-- 
GitLab