Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxyb <xyb@xyb.name>2017-04-04 13:23:44 +0300
committerxyb <xyb@xyb.name>2017-04-04 13:23:44 +0300
commitd4f3ce5e9604758cddb10fd6b0e9fe6e93cc990d (patch)
tree5d413b3ca656bf019c2eb4e6554b2d73543337b5
parent5f7ebfb9aa023849b8b296bf9cf0f472b886d072 (diff)
Update patch_versions.md, add `yarn:install` in `Clean up assets and cache` command.
-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