We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7443c8e commit a13d334Copy full SHA for a13d334
examples/chef/chef.py
@@ -40,7 +40,7 @@
40
for file in os.listdir(_DEVICE_FOLDER) if file.endswith(".zap") and file != 'template.zap']
41
_CICD_CONFIG_FILE_NAME = os.path.join(_CHEF_SCRIPT_PATH, "cicd_config.json")
42
_CD_STAGING_DIR = os.path.join(_CHEF_SCRIPT_PATH, "staging")
43
-_EXCLUDE_DEVICE_FROM_LINUX_CI = [ # These do not compile / deprecated.
+_EXCLUDE_DEVICE_FROM_LINUX_CI = [ # These do not compile / deprecated.
44
"noip_rootnode_dimmablelight_bCwGYSDpoe",
45
"rootnode_refrigerator_temperaturecontrolledcabinet_temperaturecontrolledcabinet_ffdb696680",
46
]
0 commit comments