Skip to content
Snippets Groups Projects
Commit 87aed8d4 authored by David Greaves's avatar David Greaves Committed by David Greaves
Browse files

Make absolutely sure we're in the right place when executing commands that depend on CWD

parent 74ef297a
No related branches found
No related tags found
6 merge requests!4250Readme rendering fix,!3804Prepend "sudo -u git -H" to backup bundle exec commands.,!3776Patch 1,!3746Make the migration doc pg-compatible,!3716Update docs: 5.0 -> 5.1 misses a 'cd' command,!3717Make absolutely sure we're in the right place when executing commands th...
Loading
Loading
@@ -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
 
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment