Issue #3460568: Add gitlabci.yml
Showing
- .gitlab-ci.yml 30 additions, 0 deletions.gitlab-ci.yml
- README.md 1 addition, 1 deletionREADME.md
- composer.json 9 additions, 0 deletionscomposer.json
- media_expire.module 1 addition, 1 deletionmedia_expire.module
- src/Commands/MediaExpireCommands.php 1 addition, 1 deletionsrc/Commands/MediaExpireCommands.php
- src/Plugin/GraphQL/DataProducer/FallbackEntity.php 1 addition, 1 deletionsrc/Plugin/GraphQL/DataProducer/FallbackEntity.php
.gitlab-ci.yml
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "drupal/media_expire", | ||
"description": "Expires media assets.", | ||
"type": "drupal-module", | ||
"require-dev": { | ||
"drupal/graphql": "^4.0" | ||
}, | ||
"require": {} | ||
} |
Please register or sign in to comment