Skip to content

Commit 191af30

Browse files
authored
Update gitlab.md
1 parent ec08504 commit 191af30

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docker/gitlab.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,13 @@ ERROR: error during connect: Get http://docker:2375/v1.40/info: dial tcp: lookup
327327
```
328328

329329
3. `pull_policy = "if-not-present"` 策略改为:镜像不存在时才拉取。
330+
4. Gitlab runner: This job is stuck because the project doesn't have any runners online assigned to it.
331+
332+
工作被卡住了,因为你的 runner 有标签,但你的 job 没有。 按照以下 4 个步骤,让您的 runner 在没有标签的情况下运行:
333+
334+
![Gitlab runner](https://user-images.githubusercontent.com/1680273/150721733-d4fb90b8-29e4-44bf-b238-9d88ac01b5bd.png)
335+
336+
![Gitlab runner](https://user-images.githubusercontent.com/1680273/150721878-24f6b6f6-a476-4f7e-a0da-092ea4771ecb.png)
330337

331338
### CI 中使用编译提交镜像
332339

@@ -425,4 +432,4 @@ Chef Infra Client failed. 0 resources updated in 12 seconds
425432
gitlab-ctl reconfigure
426433
```
427434

428-
启动没有问题再升级到 `14.0.11`。
435+
启动没有问题再升级到 `14.0.11`。

0 commit comments

Comments
 (0)