Skip to content
Snippets Groups Projects

Make absolutely sure we're in the right place when executing commands th...

Merged gitlab-qa-bot requested to merge github/fork/lbt/update_docs into 5-1-stable
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -10,7 +10,7 @@
### 2. get latest code
```
cd /home/git/gitlab
sudo -u git -H git fetch
sudo -u git -H git checkout 5-1-stable
@@ -27,6 +27,7 @@ sudo -u git -H git checkout v1.3.0
### 4. Install libs, migrations etc
```
cd /home/git/gitlab
sudo rm tmp/sockets/gitlab.socket
sudo -u git -H cp config/puma.rb.example config/puma.rb
Loading