From e3dd32d21d88d140e1deeeda1eacd76b36f2484a Mon Sep 17 00:00:00 2001
From: Kubat <mael.martin31@gmail.com>
Date: Fri, 8 May 2020 15:24:02 +0200
Subject: [PATCH] Remove not working stuff

---
 .gitlab-ci.yml | 4 ----
 README.md      | 4 +---
 2 files changed, 1 insertion(+), 7 deletions(-)
 delete mode 100644 .gitlab-ci.yml

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
deleted file mode 100644
index 8f006a55..00000000
--- a/.gitlab-ci.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-update_readme:
-  script:
-    - echo $CI_PROJECT_NAME # Sanity check
-    - sed -ie "s/{THIS_VERSION}/$(printf "mk7.%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)")/g" README.md
diff --git a/README.md b/README.md
index 75179968..6e55ce98 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,4 @@
-# lektor THIS_VERSION
-
-[![commits](https://git.iiens.net/martin2018/lektor/badges/master/commits.svg)](https://git.iiens.net/martin2018/lektor/-/commits/master)
+# lektor mk7
 
 A Karaoke player made to replace the old bash scripts on Sakura.
 They will enable one to have a database and make requests over the network.
-- 
GitLab