Fix link to tarball (it changes on every build).

This commit is contained in:
Arik Fraimovich
2015-08-07 19:34:00 +03:00
parent 244d25b12c
commit 5e73da1df4

View File

@@ -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