mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-06 08:22:24 +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 {
|
||||
script {
|
||||
docker.image("node:14").inside("--user=root") {
|
||||
sh "apt update -y && apt install -y brotli"
|
||||
sh "npm install"
|
||||
sh "make build_frontend"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue