Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spider authored Sep 15, 2020
1 parent faad64e commit dc95ea8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion centos/gitlab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,9 @@ gitlab-runner unregister --name "名称"

### 3.gitlab-ci/cd脚本编写


### 4.开启runner并发
设置并发数:
```
vim /etc/gitlab-runner/config.toml
concurrent = 1 #默认是1
```

0 comments on commit dc95ea8

Please sign in to comment.