npm-skim-registry
Version:
Move attachments into Manta and out of the registry
16 lines (15 loc) • 412 B
YAML
box: wercker/nodejs
services:
- mies/couchdb
build:
steps:
- script:
name: create registry db
code: |
echo "node version $(node -v) running"
echo "npm version $(npm -v) running"
echo $WERCKER_COUCHDB_HOST
curl -X PUT "$WERCKER_COUCHDB_HOST:5984/registry"
curl -X GET "$WERCKER_COUCHDB_HOST:5984/_all_dbs"
- npm-install
- npm-test