Nantes Université

Skip to content
Extraits de code Groupes Projets
Valider bb97ee76 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
cache:
paths:
- target
stages:
- build
- deploy
......@@ -12,6 +8,9 @@ build:
stage: build
script:
- bash /home/compile.sh
artifacts:
paths:
- target
pages:
stage: deploy
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter