Skip to content

Commit

Permalink
update buildspec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cm-wada-yusuke committed Mar 7, 2018
1 parent 687b495 commit 0337781
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ env:
phases:
install:
commands:
- sudo apt-get update
- sudo apt-get install zip
- alias md5='md5sum'
- sudo curl -o /usr/local/bin/jq -L https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64 && sudo chmod +x /usr/local/bin/jq
- curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
- sudo apt-get install -y nodejs
Expand Down

0 comments on commit 0337781

Please sign in to comment.