0
1
Fork 0

Jenkinsfile fixes

This commit is contained in:
Juan Ferrer 2020-01-21 09:30:18 +01:00
parent c9400f2fca
commit 9082a7ede9
3 changed files with 2 additions and 6 deletions

4
Jenkinsfile vendored
View File

@ -43,10 +43,6 @@ pipeline {
CREDS = credentials('docker-registry')
}
steps {
nodejs('node-lts') {
sh 'gulp build'
}
sh 'docker login --username $CREDS_USR --password $CREDS_PSW $REGISTRY'
sh 'docker-compose build --parallel'
sh 'docker-compose push'

2
debian/changelog vendored
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "hedera-web",
"version": "1.406.76",
"version": "1.406.77",
"description": "Verdnatura web page",
"license": "GPL-3.0",
"repository": {