aboutsummaryrefslogtreecommitdiff
path: root/infra/cifuzz/config_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'infra/cifuzz/config_utils.py')
-rw-r--r--infra/cifuzz/config_utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/infra/cifuzz/config_utils.py b/infra/cifuzz/config_utils.py
index b14d1d317..cc89a9099 100644
--- a/infra/cifuzz/config_utils.py
+++ b/infra/cifuzz/config_utils.py
@@ -209,6 +209,7 @@ class BaseConfig:
self.git_store_branch = os.environ.get('GIT_STORE_BRANCH')
self.git_store_branch_coverage = os.environ.get('GIT_STORE_BRANCH_COVERAGE',
self.git_store_branch)
+ self.docker_in_docker = os.environ.get('DOCKER_IN_DOCKER')
# TODO(metzman): Fix tests to create valid configurations and get rid of
# CIFUZZ_TEST here and in presubmit.py.