Skip to content
Snippets Groups Projects
Commit a7047569 authored by Jeroen Nijhof's avatar Jeroen Nijhof
Browse files

use gitlab not gitlabci

parent cd522f33
No related branches found
No related tags found
1 merge request!789update fog to 1.25.0 and add multipart upload support
Loading
Loading
@@ -47,7 +47,7 @@ module Backup
directory = connection.directories.get(remote_directory)
 
if directory.files.create(key: tar_file, body: File.open(tar_file), public: false,
multipart_chunk_size: GitlabCi.config.backup.upload.multipart_chunk_size)
multipart_chunk_size: Gitlab.config.backup.upload.multipart_chunk_size)
$progress.puts "done".green
else
puts "uploading backup to #{remote_directory} failed".red
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment