mirror of
https://github.com/harness/drone.git
synced 2025-05-10 22:21:22 +08:00
disable feature flags that were enabled by mistake
This commit is contained in:
parent
7504ea95c1
commit
a60365823c
@ -1,8 +1,8 @@
|
||||
// temp file to hide open source pipelines and secrets - can be extended if needs be
|
||||
|
||||
const featureFlags = {
|
||||
OPEN_SOURCE_PIPELINES: true,
|
||||
OPEN_SOURCE_SECRETS: true
|
||||
OPEN_SOURCE_PIPELINES: false,
|
||||
OPEN_SOURCE_SECRETS: false
|
||||
}
|
||||
|
||||
export const useFeatureFlag = (): Record<keyof typeof featureFlags, boolean> => featureFlags
|
||||
|
Loading…
Reference in New Issue
Block a user