0
1
Fork 0

refs #4922 Jenkinsfile: Remove rdebuild folder

This commit is contained in:
Juan Ferrer 2024-11-25 16:17:40 +01:00
parent 6c9e3bbc55
commit cfceee4838
4 changed files with 8 additions and 3 deletions

5
Jenkinsfile vendored
View File

@ -62,6 +62,11 @@ pipeline {
}
}
}
post {
always {
sh 'rm -r debuild'
}
}
}
stage('Deploy') {
when {

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (24.50.1) stable; urgency=low
hedera-web (24.50.2) stable; urgency=low
* Initial Release.

2
debian/rules vendored
View File

@ -7,7 +7,7 @@
clean:
npm run clean
# dh_clean $@
dh_clean $@
build:
npm install --no-audit --prefer-offline

View File

@ -1,6 +1,6 @@
{
"name": "hedera-web",
"version": "24.50.1",
"version": "24.50.2",
"description": "Verdnatura web page",
"license": "GPL-3.0",
"productName": "Salix",