Skip to content
Extraits de code Groupes Projets
Valider 1186cbbd rédigé par Bastien Le Querrec's avatar Bastien Le Querrec
Parcourir les fichiers

ci: utilise le dernier artifact comme cache

parent c128e73e
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -19,16 +19,19 @@ install:
cache:
key: $CI_COMMIT_REF_SLUG
paths:
- bin/
- lib/
- pyvenv.cfg
- bin/
- lib/
- pyvenv.cfg
test_ppparis:
stage: test
needs: [install]
before_script:
- apt-get update && apt-get install --no-install-recommends -y python3 python3-virtualenv chromium-driver make xauth xvfb tesseract-ocr tesseract-ocr-eng tesseract-ocr-fra ocrmypdf
- apt-get update && apt-get install --no-install-recommends -y python3 python3-virtualenv chromium-driver make xauth xvfb tesseract-ocr tesseract-ocr-eng tesseract-ocr-fra ocrmypdf curl unzip
- ln -s /usr/bin/python3 /usr/bin/python
- curl --location --output artifacts.zip "${CI_SERVER_PROTOCOL}://${CI_SERVER_HOST}:${CI_SERVER_PORT}/api/v4/projects/${CI_PROJECT_ID}/jobs/artifacts/${CI_COMMIT_BRANCH}/download?job=${CI_JOB_NAME}&job_token=${CI_JOB_TOKEN}" || true
- unzip artifacts.zip data/ppparis/* || true
- rm artifacts.zip || true
script:
- source bin/activate
- python ./ppparis.py
......@@ -37,7 +40,9 @@ test_ppparis:
cache:
key: $CI_COMMIT_REF_SLUG
paths:
- data/ppparis/
- bin/
- lib/
- pyvenv.cfg
artifacts:
paths:
- data/ppparis/
......
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