james-li

Results 3 comments of james-li

patch, just FYI ``` diff --git a/srv/modules/runners/push.py b/srv/modules/runners/push.py index d58daba2..eadf4d4e 100644 --- a/srv/modules/runners/push.py +++ b/srv/modules/runners/push.py @@ -162,6 +162,8 @@ class PillarData(object): # Keep yaml human readable/editable self.friendly_dumper = yaml.SafeDumper self.friendly_dumper.ignore_aliases...

The exception stack in gitlab is : ``` config/initializers/carrierwave_patch.rb:29:in `copy_to' app/uploaders/object_storage.rb:393:in `store!' app/services/upload_service.rb:18:in `execute' app/controllers/concerns/uploads_actions.rb:17:in `create' app/controllers/application_controller.rb:527:in `set_current_admin' lib/gitlab/session.rb:11:in `with_session' app/controllers/application_controller.rb:518:in `set_session_storage' .. ``` And `copy_to` call `copy_object` in `lib/fog/aws/requests/storage/copy_object.rb`...

> config/initializers/carrierwave_patch.rb https://gitlab.com/gitlab-org/gitlab/-/blob/master/config/initializers/carrierwave_patch.rb