Update Jenkinsfile

This commit is contained in:
Dany LE 2022-08-02 11:59:21 +02:00 committed by GitHub
parent bb8991c1a1
commit e76a3f4ef1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View File

@ -33,7 +33,7 @@ pipeline{
set -e
export WORKSPACE=$(realpath "./jenkins/workspace/antos")
[ -d build ] && rm -rf build
mkdir build/opt/www/htdocs/os
mkdir -p build/opt/www/htdocs/os
cd $WORKSPACE
npm install terser
npm install uglifycss