Skip to content

Commit d9992fe

Browse files
committed
fix: clean up app.yaml by removing unused variables section
1 parent 36319aa commit d9992fe

File tree

1 file changed

+2
-4
lines changed
  • internal/orchestrator/bricks/testdata/dummy-app

1 file changed

+2
-4
lines changed
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Copy of Blinking LED from Arduino Cloud
22
description: Control the LED from the Arduino IoT Cloud using RPC calls
3+
icon: ☁️
34
ports: []
45
bricks:
5-
- arduino:arduino_cloud:
6-
variables:
7-
ARDUINO_SECRET: a-secret-a
8-
icon: ☁️
6+
- arduino:arduino_cloud:

0 commit comments

Comments
 (0)