Skip to content
This repository was archived by the owner on May 12, 2018. It is now read-only.

Commit 24867df

Browse files
committed
Update docs for v5
Signed-off-by: Dmitriy Zaporozhets <[email protected]>
1 parent 3508ca2 commit 24867df

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

doc/update-from-v4-to-v5.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Update Runner from v4 to v5
2+
3+
## 1. Stop runner
4+
5+
sudo service gitlab-ci-runner stop
6+
7+
## 2. Get recent code
8+
9+
sudo su gitlab_ci_runner
10+
cd ~/gitlab-ci-runner
11+
git fetch origin
12+
git checkout 5-0-stable
13+
14+
## 3. Start Runner
15+
16+
sudo service gitlab-ci-runner start

0 commit comments

Comments
 (0)