Nantes Université

Skip to content
Extraits de code Groupes Projets
Valider c47fc947 rédigé par Gerson Sunyé's avatar Gerson Sunyé
Parcourir les fichiers

Make target a build 'artifact' instead of a 'cache'

According to the doc, artifacts can be shared between jobs, while
caches are not designed for that.
parent 9277bb60
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
image: docker-registry.univ-nantes.fr/sunye-g/docker-asciidoctor-revealjs image: docker-registry.univ-nantes.fr/sunye-g/docker-asciidoctor-revealjs
cache:
paths:
- target
stages: stages:
- build - build
- deploy - deploy
...@@ -12,6 +8,8 @@ build: ...@@ -12,6 +8,8 @@ build:
stage: build stage: build
script: script:
- bash /home/compile.sh - bash /home/compile.sh
artifacts:
- target
pages: pages:
stage: deploy stage: deploy
......
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