Gitlab CI backup
Merge request reports
Activity
Added 13 commits:
-
558b0ec8...639e2f72 - 12 commits from branch
master
- 333f1d70 - Merge branch 'master' into gitlab_ci_backup
-
558b0ec8...639e2f72 - 12 commits from branch
29 29 plain_url: <%= single_quote(@gravatar_plain_url) %> 30 30 ssl_url: <%= single_quote(@gravatar_ssl_url) %> 31 31 32 ## Backup settings 33 backup: 34 path: "<%= @backup_path %>" # Relative paths are relative to Rails.root (default: tmp/backups/) 35 keep_time: <%= @backup_keep_time %> # default: 0 (forever) (in seconds) 36 upload: 37 # Fog storage connection settings, see http://fog.io/storage/ . 38 connection: <%= @backup_upload_connection.to_json if @backup_upload_connection %> 39 # The remote 'directory' to store your backups. For S3, this would be the bucket name. 40 remote_directory: <%= single_quote(@backup_upload_remote_directory) %> mentioned in commit aeea55d7
Please register or sign in to reply