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

Signed-off-by: David Greaves <david.greaves@jollamobile.com>
This commit is contained in:
David Greaves
2013-04-24 18:29:01 +01:00
committed by David Greaves
parent 74ef297a1e
commit 87aed8d4b9
+2 -1
View File
@@ -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