Gitlab CI artifacts crashes with 403

时间:2015-11-24 07:26:19

标签: gitlab http-status-code-403 gitlab-ci

When I make a gitlab ci with artifacts (Android-Project) the build itself runs without problems. Also the Archiving is no problem, but when it comes to "Uploading artifacts" the ci gets a 403 - Forbidden. Anyone any idea?

Here are the last log entries:

Archiving cache...
INFO[0000] Creating archive cache.tgz ...               
INFO[0000] Done!                                        
Archiving artifacts...
INFO[0000] Creating archive artifacts.tgz ...           
INFO[0000] Done!                                        
Uploading artifacts...
8,7M    artifacts.tgz
curl: (22) The requested URL returned error: 403 Forbidden

ERROR: Build failed with: exit status 1

1 个答案:

答案 0 :(得分:-1)

这是gitlab中的一个内部问题。修复gitlab文件夹中的所有目录权限后,主要问题得到解决,因此apache可以在必要的文件夹上获得写访问权。