Update 'Jenkinsfile'
All checks were successful
gitea-sync/antos-appimage/pipeline/head This commit looks good
All checks were successful
gitea-sync/antos-appimage/pipeline/head This commit looks good
This commit is contained in:
parent
39a4900831
commit
8d9cf85cd7
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -78,6 +78,12 @@ pipeline{
|
|||||||
}
|
}
|
||||||
sh'''
|
sh'''
|
||||||
mv antos/frontend/master antos/frontend/latest
|
mv antos/frontend/master antos/frontend/latest
|
||||||
|
# clean up servies
|
||||||
|
find antos/ -name "systemd" -exec rm -rv {} +;
|
||||||
|
# header files
|
||||||
|
find antos/ -name "include" -exec rm -rv {} +;
|
||||||
|
# .la files
|
||||||
|
find antos/ -name "*.la" -type f -delete
|
||||||
tree antos
|
tree antos
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user