Skip to content

Commit 037ef80

Browse files
committed
update docker/gitlab.md
1 parent fa34e00 commit 037ef80

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docker/gitlab.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,3 +369,15 @@ docker-build:
369369
except:
370370
- master
371371
```
372+
373+
### 错误处理
374+
375+
```bash
376+
gitlab ci ERROR: Uploading artifacts to coordinator... too large archive
377+
```
378+
379+
使用管理员帐户登陆 `Gitlab` -> `Admin Area` -> `Settings` 修改 `Maximum artifacts size (MB)` 值,然后保存,然而并没有解决,我的问题是 nginx 代理造成的,最终通过修改 nginx 代理配置解决问题:
380+
381+
```nginx
382+
client_max_body_size 10m;
383+
```

0 commit comments

Comments
 (0)