Skip to content
Snippets Groups Projects
Verified Commit 713fef22 authored by Falk Rehse's avatar Falk Rehse
Browse files

Fix

parent 1d7688fd
No related branches found
No related tags found
1 merge request!6Pipefail
Pipeline #270639 passed
...@@ -176,9 +176,8 @@ ...@@ -176,9 +176,8 @@
daemon-reload: true daemon-reload: true
when: gitlab_enable_offline_registry_cleanup when: gitlab_enable_offline_registry_cleanup
# noqa risky-shell-pipe
- name: Apply registry database migrations - name: Apply registry database migrations
ansible.builtin.shell: yes | gitlab-ctl registry-database migrate up ansible.builtin.shell: yes | gitlab-ctl registry-database migrate up # noqa risky-shell-pipe
register: migration_result register: migration_result
changed_when: '"OK: applied 0 migrations" not in migration_result.stdout' changed_when: '"OK: applied 0 migrations" not in migration_result.stdout'
failed_when: '"OK: applied" not in migration_result.stdout' failed_when: '"OK: applied" not in migration_result.stdout'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment