Skip to content

Commit

Permalink
Fix link to tarball (it changes on every build).
Browse files Browse the repository at this point in the history
  • Loading branch information
arikfr committed Aug 7, 2015
1 parent 244d25b commit 5e73da1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ if [ ! -f "/opt/redash/.env" ]; then
fi

# Install latest version
REDASH_VERSION=${REDASH_VERSION-0.7.1.b1011}
REDASH_VERSION=${REDASH_VERSION-0.7.1.b1015}
#LATEST_URL="https://github.com/EverythingMe/redash/releases/download/v${REDASH_VERSION}/redash.$REDASH_VERSION.tar.gz"
# Use explicit path until we switch to using release version again instead of RC.
LATEST_URL="https://github.com/EverythingMe/redash/releases/download/v0.7.1-rc/redash.0.7.1.b1011.tar.gz"
LATEST_URL="https://github.com/EverythingMe/redash/releases/download/v0.7.1-rc/redash.0.7.1.b1015.tar.gz"
VERSION_DIR="/opt/redash/redash.$REDASH_VERSION"
REDASH_TARBALL=/tmp/redash.tar.gz

Expand Down

0 comments on commit 5e73da1

Please sign in to comment.