Skip to content

Commit

Permalink
JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
aBozowski committed May 27, 2022
1 parent d7f26cb commit 997124e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions examples/chef/cicd_meta.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
'linux': {
'build_dir': 'linux/out',
'platform_label': 'linux_x86',
"linux": {
"build_dir": "linux/out",
"platform_label": "linux_x86"
},
'esp32': {
'build_dir': 'esp32/build',
'platform_label': 'esp32-m5stack',
},
'nrfconnect': {
'build_dir': 'nrfconnect/build',
'platform_label': 'nrf-nrf52840dk',
"esp32": {
"build_dir": "esp32/build",
"platform_label": "esp32-m5stack"
},
"nrfconnect": {
"build_dir": "nrfconnect/build",
"platform_label": "nrf-nrf52840dk"
}
}

0 comments on commit 997124e

Please sign in to comment.