Skip to content

Commit

Permalink
Merge pull request #9879 from RocketChat/fix/snap-build
Browse files Browse the repository at this point in the history
[FIX] Snap build was failing
  • Loading branch information
rodrigok authored Feb 24, 2018
2 parents 53be5e9 + 1f9aaab commit acc8503
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 acc8503

Please sign in to comment.