forked from verdnatura/hedera-web
refs #4922 Jenkinsfile: Remove rdebuild folder
This commit is contained in:
parent
6c9e3bbc55
commit
cfceee4838
|
@ -62,6 +62,11 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
post {
|
||||||
|
always {
|
||||||
|
sh 'rm -r debuild'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
stage('Deploy') {
|
stage('Deploy') {
|
||||||
when {
|
when {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
hedera-web (24.50.1) stable; urgency=low
|
hedera-web (24.50.2) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
npm run clean
|
npm run clean
|
||||||
# dh_clean $@
|
dh_clean $@
|
||||||
|
|
||||||
build:
|
build:
|
||||||
npm install --no-audit --prefer-offline
|
npm install --no-audit --prefer-offline
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hedera-web",
|
"name": "hedera-web",
|
||||||
"version": "24.50.1",
|
"version": "24.50.2",
|
||||||
"description": "Verdnatura web page",
|
"description": "Verdnatura web page",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"productName": "Salix",
|
"productName": "Salix",
|
||||||
|
|
Loading…
Reference in New Issue