Skip to content

Commit

Permalink
Install grpc@1.6.6
Browse files Browse the repository at this point in the history
Since we flattened things a bit that folder didn't exist any more.
  • Loading branch information
geekgonecrazy authored Feb 23, 2018
1 parent 53be5e9 commit 1f9aaab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .snapcraft/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ parts:
build-packages:
- curl
plugin: dump
prepare: curl -SLf "https://releases.rocket.chat/#{RC_VERSION}/download/" -o rocket.chat.tgz; tar xvf rocket.chat.tgz --strip 1; cd programs/server; npm install; cd npm/node_modules/meteor/rocketchat_google-vision; npm install grpc@1.6.6;
prepare: curl -SLf "https://releases.rocket.chat/#{RC_VERSION}/download/" -o rocket.chat.tgz; tar xvf rocket.chat.tgz --strip 1; cd programs/server; npm install; npm install grpc@1.6.6;
after: [node]
source: .
stage-packages:
Expand Down

0 comments on commit 1f9aaab

Please sign in to comment.