From c8b571ca49d9a51558f0c2ac26d0c0a75aa5f6d7 Mon Sep 17 00:00:00 2001 From: "mark.j0hnst0n" Date: Wed, 29 Jan 2025 12:51:32 +0000 Subject: [PATCH] add feature flag explicitly to CircleCi --- ci.exporter.env | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci.exporter.env b/ci.exporter.env index 35f184e212..765eb12af8 100644 --- a/ci.exporter.env +++ b/ci.exporter.env @@ -59,3 +59,5 @@ export AWS_REGION= export AWS_SECRET_ACCESS_KEY= export AWS_STORAGE_BUCKET_NAME= export AUTHBROKER_LOW_SECURITY=True + +FEATURE_FLAG_ALLOW_F680=True # PS-IGNORE