mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-12-26 17:38:20 +01:00
Update Jenkinsfile
This commit is contained in:
parent
bb8991c1a1
commit
e76a3f4ef1
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -33,7 +33,7 @@ pipeline{
|
|||||||
set -e
|
set -e
|
||||||
export WORKSPACE=$(realpath "./jenkins/workspace/antos")
|
export WORKSPACE=$(realpath "./jenkins/workspace/antos")
|
||||||
[ -d build ] && rm -rf build
|
[ -d build ] && rm -rf build
|
||||||
mkdir build/opt/www/htdocs/os
|
mkdir -p build/opt/www/htdocs/os
|
||||||
cd $WORKSPACE
|
cd $WORKSPACE
|
||||||
npm install terser
|
npm install terser
|
||||||
npm install uglifycss
|
npm install uglifycss
|
||||||
|
Loading…
Reference in New Issue
Block a user