summaryrefslogtreecommitdiff
path: root/install.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-10-14 17:01:59 +0300
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-10-14 17:01:59 +0300
commit42b136f5cc4096846e1b0ecd6a500517607dae3b (patch)
tree68e82f4e376810eb43398eccebbe4f5cd3c0075c /install.rb
parente57c831b7de676867578f3ceac9788e2f5e417e9 (diff)
downloadgitlab-ce-42b136f5cc4096846e1b0ecd6a500517607dae3b.tar.gz
easy update/install
Diffstat (limited to 'install.rb')
-rw-r--r--install.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/install.rb b/install.rb
index f97b168a1de..2a84c1532e6 100644
--- a/install.rb
+++ b/install.rb
@@ -14,9 +14,6 @@ env = if envs.include?(ARGV[0])
puts green " == Install for ENV=#{env} ..."
-# pull from github
-`git pull origin 1x`
-
# bundle install
if env == "production"
`bundle install --without development test`