Commit 95249537 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Realiza mantenimiento de ci y metadatos

Limpia variable prescindible de gitlab-ci.

Sigue recomendaciones de nomenclatura de NPM, que obliga a que los
paquetes se nombren en minúsculas.
Limpia emails obsoletos de colaboradores.
parent 50631563
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -22,9 +22,6 @@ stages:
  - deploy
  - test-deploy

variables:
  PROJECT_PARENT_NAME: client

.web-build:
  image: ${WEB_BUILD_IMAGE_NAME}:${WEB_BUILD_IMAGE_TAG}
  variables:
@@ -109,8 +106,7 @@ prepare-built-version:

.deploy:
  variables:
    STACK: ${PROJECT_PARENT_NAME}
    SERVICES_TO_CHECK: ${PROJECT_PARENT_NAME}_${CI_PROJECT_NAME}
    STACK: client
  environment:
    url: https://${PUBLIC_HOSTNAME}

+3 −5
Original line number Diff line number Diff line
{
  "name": "REDMIC",
  "name": "redmic",
  "version": "0.20.3",
  "author": "REDMIC",
  "homepage": "https://gitlab.com/redmic-project/client/web/blob/master/README.md",
  "description": "Integrated marine data repository of Canary Islands - Client",
  "contributors": [
    {
      "name": "Ignacio Lorenzo García",
      "email": "nacho@oag-fundacion.org"
      "name": "Ignacio Lorenzo García"
    },
    {
      "name": "Pedro E. Trujillo Brito",
@@ -18,8 +17,7 @@
      "email": "noel@redmic.es"
    },
    {
      "name": "Carlos Alberto González Carballo",
      "email": "carlos@redmic.es"
      "name": "Carlos Alberto González Carballo"
    }
  ],
  "repository": {