Skip to content

Commit

Permalink
♻️ align Jenkinsfile to 1.0.0 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
faival committed Jul 13, 2018
1 parent 7efa829 commit 0cf55de
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 @@ -100,7 +100,7 @@ node('lisk-hub') {
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.9.2 make coldstart
LISK_VERSION=1.0.0-rc.2 make coldstart
LISK_PORT=$( docker-compose port lisk 4000 |cut -d ":" -f 2 )
cd -
Expand Down

0 comments on commit 0cf55de

Please sign in to comment.