mirror of
https://github.com/harness/drone.git
synced 2025-05-12 23:20:10 +08:00
Merge branch 'toggle_off_ff' of _OKE5H2PQKOUfzFFDuD4FA/default/CODE/gitness (#276)
This commit is contained in:
commit
4eeae4eda0
@ -1,8 +1,8 @@
|
|||||||
// temp file to hide open source pipelines and secrets - can be extended if needs be
|
// temp file to hide open source pipelines and secrets - can be extended if needs be
|
||||||
|
|
||||||
const featureFlags = {
|
const featureFlags = {
|
||||||
OPEN_SOURCE_PIPELINES: true,
|
OPEN_SOURCE_PIPELINES: false,
|
||||||
OPEN_SOURCE_SECRETS: true
|
OPEN_SOURCE_SECRETS: false
|
||||||
}
|
}
|
||||||
|
|
||||||
export const useFeatureFlag = (): Record<keyof typeof featureFlags, boolean> => featureFlags
|
export const useFeatureFlag = (): Record<keyof typeof featureFlags, boolean> => featureFlags
|
||||||
|
Loading…
Reference in New Issue
Block a user