summaryrefslogtreecommitdiff
path: root/spec/uploaders/gitlab_uploader_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Set artifact working directory to be in the destination store to prevent ↵sh-fix-refactor-uploader-work-dirStan Hu2017-06-061-0/+15
| | | | | | | | | | | | unnecessary I/O Similar to #33218, build artifacts were being uploaded into a CarrierWave temporary directory in the Rails root directory before moved to their final destination, which could cause a copy across filesystems. This merge request refactors the work in !11866 so that any uploader can just override `work_dir` to change the default implementation. Closes #33274
* Add missing specsKamil Trzcinski2017-06-011-0/+56