Commit 3680df01 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #4824 from lurdan/patch-1

fix checkout tag name
parents 0a44ecf3 f70c5fca
......@@ -36,7 +36,7 @@ sudo -u git -H RAILS_ENV=production bundle exec rake gitlab:backup:create
```bash
cd /home/git/gitlab
sudo -u git -H git fetch
sudo -u git -H git checkout 6-0-dev
sudo -u git -H git checkout 6-0-stable
```
### 3. Update gitlab-shell
......
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