Commit 2b721b28 authored by Robert Schilling's avatar Robert Schilling

Merge pull request #8955 from wasamasa/fix-deploy.sh-typo

Fix typo
parents 19e0dafb 6235b027
......@@ -4,7 +4,7 @@
# If any command return non-zero status - stop deploy
set -e
echo 'Deploy: Stoping sidekiq..'
echo 'Deploy: Stopping sidekiq..'
cd /home/git/gitlab/ && sudo -u git -H bundle exec rake sidekiq:stop RAILS_ENV=production
echo 'Deploy: Show deploy index page'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment