diff options
author | Mike Greiling <mike@pixelcog.com> | 2017-01-27 14:36:52 -0600 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2017-01-27 15:23:09 -0600 |
commit | 7e51cd32d3ed8bf6320b69b7976a8b10d168edba (patch) | |
tree | 148839f234a0853d837f07df13ec34f4349fa71c /doc/update | |
parent | 336d780d95ae30819262782e8ce079b58082a3e9 (diff) | |
download | gitlab-ce-7e51cd32d3ed8bf6320b69b7976a8b10d168edba.tar.gz |
update scripts and docs to reference the newly namespaced rake taskrelative-url-assets
Diffstat (limited to 'doc/update')
-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 54d523b59fd..154a0f817da 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 assets:clean assets:precompile cache:clear RAILS_ENV=production +sudo -u git -H bundle exec rake gitlab:assets:clean gitlab:assets:compile cache:clear RAILS_ENV=production ``` ### 4. Update gitlab-workhorse to the corresponding version |