force remove old stuff
Some checks failed
Press/pipeline/head There was a failure building this commit
Some checks failed
Press/pipeline/head There was a failure building this commit
This commit is contained in:
parent
dbacae1f1e
commit
b64bcee249
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -9,7 +9,7 @@ pipeline {
|
|||
sh '''cd src
|
||||
npm install
|
||||
npx presskit build --output ../out --pretty-links --collapse-menu'''
|
||||
sh '''rm -r /var/www/press/*
|
||||
sh '''rm -rf /var/www/press/*
|
||||
cp ../out/** /var/www/press'''
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue