File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 5858 cmds :
5959 - npm run build:dev --workspace @scratch/scratch-gui
6060
61-
6261 board:app:upload :
6362 desc : " Upload zip file to Arduino board, unzip and deploy to /home/arduino/ArduinoApps"
6463 cmds :
9493 - python:watch
9594 - sketch:watch
9695
97-
9896 python:watch :
9997 desc : " Watch Python folder for changes and auto-upload/restart"
10098 silent : true
@@ -123,12 +121,12 @@ tasks:
123121 cmds :
124122 - |
125123 adb push ./python/ /home/arduino/ArduinoApps/scratch-arduino-app/
126- echo "Python files uploaded successfully"
124+ echo "🐍 files uploaded successfully"
127125
128126 CONTAINER_ID=$(adb shell "docker ps -q --filter 'ancestor=ghcr.io/arduino/app-bricks/python-apps-base:0.5.0'")
129127 if [ -n "$CONTAINER_ID" ]; then
130128 adb shell "docker restart $CONTAINER_ID"
131- echo "[ok] Container restarted successfully"
129+ echo "🐍 Container restarted successfully"
132130 else
133131 echo "[warning] No running container found with image ghcr.io/arduino/app-bricks/python-apps-base"
134132 fi
You can’t perform that action at this time.
0 commit comments