summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorxyb <xyb@xyb.name>2017-04-04 10:23:44 +0000
committerxyb <xyb@xyb.name>2017-04-04 10:23:44 +0000
commitd4f3ce5e9604758cddb10fd6b0e9fe6e93cc990d (patch)
tree5d413b3ca656bf019c2eb4e6554b2d73543337b5 /doc
parent5f7ebfb9aa023849b8b296bf9cf0f472b886d072 (diff)
downloadgitlab-ce-d4f3ce5e9604758cddb10fd6b0e9fe6e93cc990d.tar.gz
Update patch_versions.md, add `yarn:install` in `Clean up assets and cache` command.
Diffstat (limited to 'doc')
-rw-r--r--doc/update/patch_versions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/patch_versions.md b/doc/update/patch_versions.md
index 154a0f817da..1c493599cf8 100644
--- a/doc/update/patch_versions.md
+++ b/doc/update/patch_versions.md
@@ -57,7 +57,7 @@ sudo -u git -H bundle clean
sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production
# Clean up assets and cache
-sudo -u git -H bundle exec rake gitlab:assets:clean gitlab:assets:compile cache:clear RAILS_ENV=production
+sudo -u git -H bundle exec rake yarn:install gitlab:assets:clean gitlab:assets:compile cache:clear RAILS_ENV=production
```
### 4. Update gitlab-workhorse to the corresponding version