Update Jenkinsfile

This commit is contained in:
Dany LE 2022-08-02 21:28:51 +02:00 committed by GitHub
parent 4c62fae037
commit 5d79f912c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
Jenkinsfile vendored
View File

@ -3,7 +3,6 @@ def build_antd()
sh ''' sh '''
set -e set -e
cd $WORKSPACE cd $WORKSPACE
[ -d build ] && rm -rf build
mkdir -p build/$arch/etc/systemd/system/ mkdir -p build/$arch/etc/systemd/system/
mkdir -p build/$arch/opt/www mkdir -p build/$arch/opt/www
[ -f Makefile ] && make clean [ -f Makefile ] && make clean