Skip to content

Commit

Permalink
Add snapcraft files to be bumped with Houston (#17611)
Browse files Browse the repository at this point in the history
Co-authored-by: Diego Sampaio <chinello@gmail.com>
  • Loading branch information
geekgonecrazy and sampaiodiego authored May 18, 2020
1 parent 4818012 commit 29eef3d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .snapcraft/resources/prepareRocketChat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

curl -SLf "https://releases.rocket.chat/#{RC_VERSION}/download/" -o rocket.chat.tgz
curl -SLf "https://releases.rocket.chat/3.3.0-develop/download/" -o rocket.chat.tgz

tar xf rocket.chat.tgz --strip 1

Expand Down
2 changes: 1 addition & 1 deletion .snapcraft/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# 5. `snapcraft snap`

name: rocketchat-server
version: #{RC_VERSION}
version: 3.3.0-develop
summary: Rocket.Chat server
description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/
confinement: strict
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,8 @@
"updateFiles": [
"package.json",
"package-lock.json",
".circleci/snap.sh",
".snapcraft/snap/snapcraft.yaml",
".snapcraft/resources/prepareRocketChat",
".circleci/update-releases.sh",
".docker/Dockerfile",
".docker/Dockerfile.rhel",
Expand Down

0 comments on commit 29eef3d

Please sign in to comment.