We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f20de91 commit 7e8d496Copy full SHA for 7e8d496
roles/gitlab/handlers/main.yml
@@ -22,10 +22,8 @@
22
23
- name: "Run registry metadata database migrations"
24
become: true
25
- ansible.builtin.command: "gitlab-ctl registry-database migrate up"
+ ansible.builtin.command: "gitlab-ctl registry-database migrate up --skip-post-deployment"
26
changed_when: true
27
- environment:
28
- SKIP_POST_DEPLOYMENT_MIGRATIONS: true
29
when:
30
- "__gitlab_registry_database_used"
31
- "gitlab_is_primary"
0 commit comments