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.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
francoilol committed Jun 26, 2018
1 parent 568bf45 commit 2c7e01e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ node('lisk-nano') {
export DISPLAY=:1$N
Xvfb :1$N -ac -screen 0 1280x1024x24 &
cp -r ~/lisk-docker/examples/development $WORKSPACE/$BRANCH_NAME
cp -r ~/liskhq/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 make coldstart
LISK_VERSION=1.0.0-beta.9.2 make coldstart
LISK_PORT=$( docker-compose port lisk 4000 |cut -d ":" -f 2 )
cd -
Expand Down

0 comments on commit 2c7e01e

Please sign in to comment.