提交 a87f5c60 编写于 作者: D Dmitriy Zaporozhets

Merge pull request #3862 from crazyscience/patch-3

Setting the working directory before git operations
......@@ -16,6 +16,8 @@
### 2. Update GitLab
```bash
# Set the working directory
cd /home/gitlab/gitlab/
# Get latest code
sudo -u gitlab -H git fetch
......
......@@ -7,6 +7,10 @@
### 2. Update code & db
```bash
#Set the working directory
cd /home/gitlab/gitlab/
# Get latest code
sudo -u gitlab git fetch
......
......@@ -19,6 +19,7 @@ sudo chsh -s /bin/bash git
__2. git clone gitlab-shell__
```
cd /home/git/
sudo -u git -H git clone https://github.com/gitlabhq/gitlab-shell.git /home/git/gitlab-shell
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册