Skip to content

Commit

Permalink
Support skip for gitlab-backup
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Jul 14, 2024
1 parent 70254c2 commit d0838fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion roles/gitlab/tasks/backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@
value: '{{ gitlab_rails_env }}'
- name: USER
value: '{{ gitlab_user }}'
exec_start: "{{ gitlab_rvm_ruby_path if gitlab_rvm_ruby else gitlab_gem_home + '/bin' }}/bundle exec rake gitlab:backup:create {{ gitlab_backup_skip }}"
- name: SKIP
value: '{{ gitlab_backup_skip }}'
exec_start: "{{ gitlab_rvm_ruby_path if gitlab_rvm_ruby else gitlab_gem_home + '/bin' }}/bundle exec rake gitlab:backup:create"
syslog_identifier: gitlab-backup

0 comments on commit d0838fc

Please sign in to comment.