mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-15 12:55:41 +01:00
fix (jenkins): jenkins build issue
This commit is contained in:
parent
b9c06210e2
commit
9da521bbe6
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
|
@ -23,6 +23,7 @@ pipeline {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
docker.image("node:14").inside("--user=root") {
|
docker.image("node:14").inside("--user=root") {
|
||||||
|
sh "apt update -y && apt install -y brotli"
|
||||||
sh "npm install"
|
sh "npm install"
|
||||||
sh "make build_frontend"
|
sh "make build_frontend"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue