Skip to content

Commit 29eef3d

Browse files
Add snapcraft files to be bumped with Houston (#17611)
Co-authored-by: Diego Sampaio <[email protected]>
1 parent 4818012 commit 29eef3d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.snapcraft/resources/prepareRocketChat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

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

55
tar xf rocket.chat.tgz --strip 1
66

.snapcraft/snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# 5. `snapcraft snap`
88

99
name: rocketchat-server
10-
version: #{RC_VERSION}
10+
version: 3.3.0-develop
1111
summary: Rocket.Chat server
1212
description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/
1313
confinement: strict

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,8 @@
257257
"updateFiles": [
258258
"package.json",
259259
"package-lock.json",
260-
".circleci/snap.sh",
260+
".snapcraft/snap/snapcraft.yaml",
261+
".snapcraft/resources/prepareRocketChat",
261262
".circleci/update-releases.sh",
262263
".docker/Dockerfile",
263264
".docker/Dockerfile.rhel",

0 commit comments

Comments
 (0)