Обновить README.md

This commit is contained in:
Vic 2026-08-07 12:53:45 +03:00
parent 873199b859
commit 17675cb5f5

View file

@ -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: