summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2015-10-20 08:47:09 -0700
committerStan Hu <stanhu@gmail.com>2015-10-20 08:47:09 -0700
commitcff470a30dca42802af37132ed91559cfc8984c6 (patch)
treef7cb7deda15af9e8b920f58e7ae8bdd4810e351b
parentbefff6827a2cf81f6565b99212652a70139aa2b6 (diff)
parent8479feeba27800ee2e8286d759247339703f83be (diff)
downloadgitlab-ce-cff470a30dca42802af37132ed91559cfc8984c6.tar.gz
Merge pull request #9750 from Bufallo/simplify-patch-updates
Simplify patch version updates (less steps)
-rw-r--r--doc/update/patch_versions.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/update/patch_versions.md b/doc/update/patch_versions.md
index da719229ab6..593722eb01f 100644
--- a/doc/update/patch_versions.md
+++ b/doc/update/patch_versions.md
@@ -49,9 +49,7 @@ sudo -u git -H bundle install --without development test mysql --deployment
sudo -u git -H bundle install --without development test postgres --deployment
sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production
-sudo -u git -H bundle exec rake assets:clean RAILS_ENV=production
-sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production
-sudo -u git -H bundle exec rake cache:clear RAILS_ENV=production
+sudo -u git -H bundle exec rake assets:clean assets:precompile cache:clear RAILS_ENV=production
```
### 5. Start application