diff options
author | xyb <xyb@xyb.name> | 2017-04-04 10:23:44 +0000 |
---|---|---|
committer | xyb <xyb@xyb.name> | 2017-04-04 10:23:44 +0000 |
commit | d4f3ce5e9604758cddb10fd6b0e9fe6e93cc990d (patch) | |
tree | 5d413b3ca656bf019c2eb4e6554b2d73543337b5 /doc | |
parent | 5f7ebfb9aa023849b8b296bf9cf0f472b886d072 (diff) | |
download | gitlab-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.md | 2 |
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 |