diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..d6afb7b7318bc8444be83d1efc1e2c2af5fbcf45 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,4 @@ +include: + - remote: 'https://git.drupalcode.org/project/gitlab_templates/-/raw/1.0.x/includes/include.drupalci.main.yml' + - remote: 'https://git.drupalcode.org/project/gitlab_templates/-/raw/1.0.x/includes/include.drupalci.variables.yml' + - remote: 'https://git.drupalcode.org/project/gitlab_templates/-/raw/1.0.x/includes/include.drupalci.workflows.yml' diff --git a/composer.json b/composer.json index f6edd69edd944a3f7b147a02ef41418121b93aea..7ba14068efd37220a8b6e814543d83002b8765ba 100644 --- a/composer.json +++ b/composer.json @@ -10,13 +10,14 @@ "issues": "https://www.drupal.org/project/issues/druplan_google", "source": "http://cgit.drupalcode.org/druplan_google" }, + "repositories": [ + { + "type": "composer", + "url": "https://packages.startx.be" + } + ], "require": { "drupal/druplan": "^1.0", "drupal/google_api_client": "^4.0" - }, - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } } }