This repository has been archived by the owner on Dec 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfix: revert to just passing insightAPI object when contructing com…
…mand (#163) * revert to just passing insightAPI object * update dashcore-lib dep * update package lock * bump version * update package lock * adapt travis.yml
- Loading branch information
Showing
4 changed files
with
27 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,18 +6,7 @@ branches: | |
node_js: | ||
- '8' | ||
install: | ||
- pip install awscli --upgrade --user | ||
- cd .. | ||
- git clone --depth=50 [email protected]:dashevo/mn-bootstrap.git mn-bootstrap | ||
- cd mn-bootstrap | ||
- . ./.env | ||
- $(~/.local/bin/aws ecr get-login --no-include-email) | ||
- cd ../dapi | ||
- npm install | ||
before_install: | ||
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc | ||
- sudo apt-get update -qq | ||
- sudo apt-get install -qq libzmq3-dev | ||
before_script: | ||
- npm run lint | ||
deploy: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters