Skip to content

Commit

Permalink
Remove node_modules directory before attempting to (hyperledger-archi…
Browse files Browse the repository at this point in the history
…ves#3155)

deploy composer-playground

Contributes to #3153

Signed-off-by: James Taylor <[email protected]>
  • Loading branch information
jt-nti authored Jan 12, 2018
1 parent 9c7b0d4 commit 7117681
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ done

# Push to public Bluemix.
pushd ${DIR}/packages/composer-playground
rm -rf ${DIR}/packages/composer-playground/node_modules
cf login -a https://api.ng.bluemix.net -u ${CF_USERNAME} -p ${CF_PASSWORD} -o ${CF_ORGANIZATION} -s ${CF_SPACE}
cf push "composer-playground${PLAYGROUND_SUFFIX}" -c "node cli.js" -i 2 -m 128M --no-start
cf set-env "composer-playground${PLAYGROUND_SUFFIX}" COMPOSER_CONFIG "${WEB_CFG}"
Expand Down

0 comments on commit 7117681

Please sign in to comment.