Skip to content
Snippets Groups Projects
Commit d7025cbc authored by Vincent Mazenod's avatar Vincent Mazenod
Browse files

fix ci

parent c672670b
No related branches found
No related tags found
1 merge request!4Working docker
Pipeline #9317 passed
...@@ -2,9 +2,9 @@ cache: ...@@ -2,9 +2,9 @@ cache:
paths: paths:
- output/ # le répertoire où se trouve le HTML statique généré - output/ # le répertoire où se trouve le HTML statique généré
install: .pre:
image: node:latest image: node:latest
stage: install stage: .pre
script: script:
- cd /srv/blog/content/slides && yarn - cd /srv/blog/content/slides && yarn
...@@ -12,7 +12,7 @@ build: ...@@ -12,7 +12,7 @@ build:
image: docker.isima.fr/vimazeno/pelican_perso_python image: docker.isima.fr/vimazeno/pelican_perso_python
stage: build stage: build
script: script:
- pelican - PATH=/root/.local/bin:$PATH pelican
deploy: deploy:
image: docker.isima.fr/vimazeno/pelican_perso_kerberos image: docker.isima.fr/vimazeno/pelican_perso_kerberos
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment