File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 3333 mode : migrations
3434
3535 - name : Apply migrations
36+ env :
37+ # This short circuits the create_default_projects post_upgrade hook
38+ # which spawns taskworkers which will spin for 5 minutes on kafka
39+ # not being up. We don't need the default project here as this is not local dev.
40+ SENTRY_NO_CREATE_DEFAULT_PROJECT : 1
3641 run : make apply-migrations
3742
3843 # Checkout the current ref
4146 clean : false
4247
4348 - name : Apply migrations (again)
49+ env :
50+ SENTRY_NO_CREATE_DEFAULT_PROJECT : 1
4451 run : make apply-migrations
4552
4653 - name : capture database schema before
5360 run : python3 -um tools.migrations.squash
5461
5562 - name : apply squashed migrations
63+ env :
64+ SENTRY_NO_CREATE_DEFAULT_PROJECT : 1
5665 run : make drop-db apply-migrations
5766
5867 - name : capture database schema after
You can’t perform that action at this time.
0 commit comments