Обновить README.md
This commit is contained in:
parent
873199b859
commit
17675cb5f5
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
|
@ -85,6 +85,12 @@ hostname -I
|
|||
3. copy token
|
||||
4. remember gitlab url(which one you use to open gitlab in browser or use IP)
|
||||
|
||||
#### In runner(Gitlab UI) allow untagged jobs
|
||||
1. Project -> Setting -> CI/CD -> Runners
|
||||
2. Find `ubuntu-runner`, click Edit
|
||||
3. Set mark in checkbox
|
||||
4. Save changes
|
||||
|
||||
## Register runner
|
||||
|
||||
```
|
||||
|
|
@ -145,12 +151,6 @@ sudo gitlab-runner verify
|
|||
***Respond should be:***
|
||||
`verifying runner ... is valid runner=...`
|
||||
|
||||
#### In runner(Gitlab UI) allow untagged jobs
|
||||
1. Project -> Setting -> CI/CD -> Runners
|
||||
2. Find `ubuntu-runner`, click Edit
|
||||
3. Set mark in checkbox
|
||||
4. Save changes
|
||||
|
||||
## Test pipeline
|
||||
1. in project root(IDE) create `.gitlab-ci.yml`
|
||||
2. Put this code:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue