简体   繁体   中英

Gitlab CI artifacts crashes with 403

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

It was an internal problem in gitlab. The main problem got fixed after fixing all directory rights in the gitlab folder so apache could get write access on the necessary folders.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM