Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Test against lisk core 1.0.0-beta.7
Browse files Browse the repository at this point in the history
  • Loading branch information
francoilol committed May 25, 2018
1 parent d592384 commit 568bf45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ node('lisk-nano') {
cp -r ~/lisk-docker/examples/development $WORKSPACE/$BRANCH_NAME
cd $WORKSPACE/$BRANCH_NAME
cp /home/lisk/blockchain_explorer.db.gz ./blockchain.db.gz
LISK_VERSION=1.0.0-beta.7.1 make coldstart
LISK_VERSION=1.0.0-beta.7 make coldstart
LISK_PORT=$( docker-compose port lisk 4000 |cut -d ":" -f 2 )
cd -
Expand Down

0 comments on commit 568bf45

Please sign in to comment.