From 07ac8d7f3e05e1e648db8f03c71c918bd76fbaa1 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Sun, 4 Feb 2018 13:19:47 +0000 Subject: [PATCH] Adjust license and CI workflow --- .gitlab-ci.yml | 4 ++++ composer.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 16e920f..0657ffa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,7 @@ 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 diff --git a/composer.json b/composer.json index 77652f8..51741a0 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "library", "keywords": ["Drupal", "Development", "Docker"], "homepage": "https://gitlab.lakedrops.com/composer/library/docker-traefik", - "license": "GPL-2.0+", + "license": "GPL-2.0-or-later", "authors": [ { "name": "Jürgen Haas", -- GitLab