We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0146952 commit 26b324eCopy full SHA for 26b324e
1 file changed
jobs/cloud_controller_ng/templates/bin/cloud_controller_ng.erb
@@ -12,6 +12,9 @@ echo 'Running migrations and seeds'
12
/var/vcap/jobs/cloud_controller_ng/bin/migrate_db
13
/var/vcap/jobs/cloud_controller_ng/bin/seed_db
14
echo 'Finished migrations and seeds'
15
+<% if !p('cc.database_encryption.skip_validation') %>
16
+/var/vcap/jobs/cloud_controller_ng/bin/validate_encryption_keys
17
+<% end %>
18
<% end %>
19
20
<% if p('cc.experimental.use_yjit_compiler') %>
0 commit comments