From 55fb11c383ffab8f5aec340bc940e99331b98945 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=BCrgen=20Haas?= <juergen.haas@lakedrops.com>
Date: Sun, 11 Mar 2018 19:38:43 +0100
Subject: [PATCH] Remove CI as we now integrate into packagist via service

---
 .gitlab-ci.yml | 7 -------
 1 file changed, 7 deletions(-)
 delete mode 100644 .gitlab-ci.yml

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
deleted file mode 100644
index 0657ffa..0000000
--- a/.gitlab-ci.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-Deploy:
-  script:
-    - curl -XPOST -H'content-type:application/json' "https://packagist.org/api/update-package?username=${PACKAGIST_USERNAME}&apiToken=${PACKAGIST_API_TOKEN}" -d'{"repository":{"url":"'${CI_PROJECT_URL}'"}}'
-  only:
-    - tags
-    - triggers
-    - schedules
-- 
GitLab