Skip to content

Commit

Permalink
Eable testnet build on jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
faival committed Mar 12, 2018
1 parent 31f8775 commit 8f4c5f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ node('lisk-hub') {
sh '''
cp ~/.coveralls.yml-hub .coveralls.yml
npm run --silent build
npm run --silent build:testnet
rsync -axl --delete --rsync-path="mkdir -p /var/www/test/${JOB_NAME%/*}/$BRANCH_NAME/ && rsync" $WORKSPACE/app/build/ jenkins@master-01:/var/www/test/${JOB_NAME%/*}/$BRANCH_NAME/
npm run --silent bundlesize
'''
Expand Down

0 comments on commit 8f4c5f2

Please sign in to comment.