Skip to content

Commit

Permalink
Merge pull request #8515 from RocketChat/change-artifact-path
Browse files Browse the repository at this point in the history
Change artifact path
  • Loading branch information
rodrigok authored Oct 17, 2017
2 parents 98c3ed5 + 7f4d1e5 commit 5ee30aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ ENV RC_VERSION 0.59.0-develop
MAINTAINER [email protected]

RUN set -x \
&& curl -SLf "https://rocket.chat/releases/${RC_VERSION}/download" -o rocket.chat.tgz \
&& curl -SLf "https://rocket.chat/releases/${RC_VERSION}/asc" -o rocket.chat.tgz.asc \
&& curl -SLf "https://download.rocket.chat/build/${RC_VERSION}.tgz" -o rocket.chat.tgz \
&& curl -SLf "https://download.rocket.chat/build/${RC_VERSION}.tgz.asc" -o rocket.chat.tgz.asc \
&& mkdir /app \
&& gpg --verify rocket.chat.tgz.asc \
&& mkdir -p /app \
Expand Down
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:
plugin: dump
prepare: cd programs/server; npm install
after: [node]
source: https://rocket.chat/releases/#{RC_VERSION}/download
source: https://download.rocket.chat/build/#{RC_VERSION}.tgz
source-type: tar
stage-packages:
- graphicsmagick
Expand Down

0 comments on commit 5ee30aa

Please sign in to comment.