From 1e39af0d4a012953e29c72fc63a23f8dfd24a677 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Tue, 30 Oct 2018 18:23:41 +0100 Subject: [PATCH] Remove gitlab ci file as it gets pushed by the packagist integration --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 16e920f..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,3 +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}'"}}' -- GitLab