aboutsummaryrefslogtreecommitdiffstats
path: root/bin/site-specific-install.sh
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-08-30 13:02:38 +0100
committerMatthew Somerville <matthew@mysociety.org>2013-08-30 13:02:38 +0100
commit2067c1bd0fecf40a2cadb90bf02df525ce6d2fbc (patch)
treef862688918e55a9cc3a4d9745fcd47df2d5b2bab /bin/site-specific-install.sh
parent1beeb0dd7ad089a3925a326ce54b5030497a6a34 (diff)
Allow a version override for the install script.
So you can more easily set up a development environment on a clean server, checking out master.
Diffstat (limited to 'bin/site-specific-install.sh')
-rw-r--r--bin/site-specific-install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/site-specific-install.sh b/bin/site-specific-install.sh
index 7b841dd64..e43da65b1 100644
--- a/bin/site-specific-install.sh
+++ b/bin/site-specific-install.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Set this to the version we want to check out
-VERSION=v1.2.2
+VERSION=${VERSION_OVERRIDE:-v1.2.2}
PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh