1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2025-07-21 08:09:50 +02:00

Update Jenkinsfile
All checks were successful
gitea-sync/antd-web-apps/pipeline/head This commit looks good

This commit is contained in:
Dany LE
2022-09-29 19:07:51 +02:00
committed by GitHub
parent 59dd9276bf
commit f737109330

1
Jenkinsfile vendored
View File

@ -25,6 +25,7 @@ pipeline{
[ -d build ] && rm -rf build
mkdir -p build/opt/www/htdocs
export BUILDDIR="$WORKSPACE/build/opt/www/htdocs"
make
'''
script {
// only useful for any master branch