Add backend-deploy-and-test CI job for Namecoin

This commit is contained in:
Martin Boehm
2019-08-30 18:16:39 +02:00
parent 1ee09331c9
commit 9d5793a8e3

View File

@@ -104,6 +104,17 @@ backend-deploy-and-test-litecoin:
- blockbook
script: ./contrib/scripts/backend-deploy-and-test.sh litecoin
backend-deploy-and-test-namecoin:
stage: backend-deploy-and-test
only:
refs:
- master
changes:
- configs/coins/namecoin.json
tags:
- blockbook
script: ./contrib/scripts/backend-deploy-and-test.sh namecoin
backend-deploy-and-test-vertcoin:
stage: backend-deploy-and-test
only: