mirror of
https://gitlab.unicamp.br/infimecc_drupal11_modules/site_tools.git
synced 2026-05-03 23:50:41 -03:00
Adiciona composer.json e .gitlab-ci.yml
This commit is contained in:
6
.gitlab-ci.yml
Normal file
6
.gitlab-ci.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
publish-composer:
|
||||
stage: deploy
|
||||
script:
|
||||
- 'curl --data "tag=$CI_COMMIT_TAG" --header "JOB-TOKEN: $CI_JOB_TOKEN" "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/composer"'
|
||||
only:
|
||||
- tags
|
||||
9
composer.json
Normal file
9
composer.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "imecc/site_tools",
|
||||
"description": "Módulo Drupal com ferramentas utilitárias reutilizáveis em outros módulos do site."
|
||||
"type": "drupal-module",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"require": {
|
||||
"php": ">=8.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user