Bump Digibyte backend to 7.17.2 and enable integration tests (#172)

* Bump Digibyte to 7.17.2

* Added digibyte to Integration tests
pull/174/head
Petr Kracík 2019-05-06 15:56:02 +02:00 committed by Martin
parent 629e07e6a4
commit 5322cea4a5
2 changed files with 15 additions and 4 deletions

View File

@ -71,6 +71,17 @@ backend-deploy-and-test-dash:
- blockbook
script: ./contrib/scripts/backend-deploy-and-test.sh dash
backend-deploy-and-test-digibyte:
stage: backend-deploy-and-test
only:
refs:
- master
changes:
- configs/coins/digibyte.json
tags:
- blockbook
script: ./contrib/scripts/backend-deploy-and-test.sh digibyte
backend-deploy-and-test-dogecoin:
stage: backend-deploy-and-test
only:

View File

@ -22,10 +22,10 @@
"package_name": "backend-digibyte",
"package_revision": "satoshilabs-1",
"system_user": "digibyte",
"version": "6.16.5.1",
"binary_url": "https://github.com/digibyte/digibyte/releases/download/v6.16.5.1/digibyte-6.16.5-x86_64-linux-gnu.tar.gz",
"version": "7.17.2",
"binary_url": "https://github.com/digibyte/digibyte/releases/download/v7.17.2/digibyte-7.17.2-x86_64-linux-gnu.tar.gz",
"verification_type": "sha256",
"verification_source": "dd6bed0228087fbb51f08be55cbc08a0e3251acfe1be3249b634447837ecd857",
"verification_source": "caa8ecc42cbebbd2c43e742c7ecc2dd21d76a9e2db23676af428b67b131f6413",
"extract_command": "tar -C backend --strip 1 -xf",
"exclude_files": [
"bin/digibyte-qt"
@ -66,4 +66,4 @@
"package_maintainer": "Martin Boehm",
"package_maintainer_email": "martin.bohm@satoshilabs.com"
}
}
}