Commit eb81430a authored by Dmitry Gruzd's avatar Dmitry Gruzd

Merge branch '276948-remove-ff-check-from-ci-build-model' into 'master'

Remove ff check from ci build model [RUN ALL RSPEC] [RUN AS-IF-FOSS]

See merge request gitlab-org/gitlab!58475
parents d8ec5ba8 32898ed7
......@@ -184,7 +184,6 @@ module EE
end
def track_ci_secrets_management_usage
return unless ::Feature.enabled?(:usage_data_i_ci_secrets_management_vault_build_created, default_enabled: true)
return unless ci_secrets_management_available? && secrets?
::Gitlab::UsageDataCounters::HLLRedisCounter.track_event('i_ci_secrets_management_vault_build_created', values: user_id)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment