Voici la documentation : https://geoplateforme.pages.gpf-tech.ign.fr/documentation

Skip to content
Extraits de code Groupes Projets
Vérifiée Valider c8912d0d rédigé par Julien Moura's avatar Julien Moura
Parcourir les fichiers

Rename jobs to make groups and fit templates

parent 926761a8
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!10Packaging: Docker
Pipeline #3574 réussi avec des avertissements avec les étapes
in 2 minutes et 29 secondes
......@@ -73,7 +73,7 @@ sast:
stage: test
# -- TEST JOBS --------------------------------------------------------------------------
test-unit:
test:
stage: test
image: python:3.9-slim-buster
only:
......@@ -96,7 +96,7 @@ test-unit:
coverage_format: cobertura
path: coverage.xml
test-documentation:
test:documentation:
stage: test
image: python:3.9-slim-buster
only:
......@@ -118,7 +118,7 @@ test-documentation:
when: always
# -- BUILD JOBS -------------------------------------------------------------------------
packaging-pip:
build:pip-wheel:
stage: build
image: python:3.9-slim-buster
only:
......@@ -135,7 +135,7 @@ packaging-pip:
- .pypirc # required by job gitlab:pypi
- dist/*
documentation:
build:documentation:
stage: build
image: python:3.9-slim-buster
only:
......@@ -163,7 +163,7 @@ gitlab:pypi:
TWINE_USERNAME: "gitlab-ci-token"
TWINE_REPOSITORY_URL: "https://gitlab.gpf-tech.ign.fr/api/v4/projects/${CI_PROJECT_ID}/packages/pypi"
needs:
- job: packaging-pip
- job: build:pip-wheel
artifacts: true
only:
- tags
......@@ -183,7 +183,7 @@ release_job:
only:
- tags
needs:
- job: packaging-pip
- job: build:pip-wheel
artifacts: true
- job: gitlab:pypi
artifacts: false
......@@ -207,7 +207,7 @@ pages:
- main
- tags
needs:
- documentation
- build:documentation
script:
- mkdir -p public
# copy HTML documentation
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter