Skip to content
Snippets Groups Projects
Commit a43619e1 authored by Lars Bilke's avatar Lars Bilke
Browse files

[Jenkins] Run yarn in web job to install dependencies.

parent 884d2db5
No related branches found
No related tags found
No related merge requests found
...@@ -750,6 +750,7 @@ pipeline { ...@@ -750,6 +750,7 @@ pipeline {
} }
steps { steps {
dir('web') { dir('web') {
sh 'yarn'
sh 'hugo' sh 'hugo'
sh 'broken-links-checker --path ./public --baseUrl https://www.opengeosys.org' sh 'broken-links-checker --path ./public --baseUrl https://www.opengeosys.org'
} }
......
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