Skip to content

Commit bae9203

Browse files
committed
Update the runner and the Taskfile
1 parent e8fb720 commit bae9203

File tree

166 files changed

+729
-1339
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

166 files changed

+729
-1339
lines changed

Taskfile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ vars:
99
GOIMPORTS_VERSION: v0.29.0
1010
DPRINT_VERSION: 0.48.0
1111
EXAMPLE_VERSION: "0.5.0"
12-
RUNNER_VERSION: "0.4.8"
12+
RUNNER_VERSION: "0.5.0"
1313
VERSION: # if version is not passed we hack the semver by encoding the commit as pre-release
1414
sh: echo "${VERSION:-0.0.0-$(git rev-parse --short HEAD)}"
1515

@@ -241,7 +241,7 @@ tasks:
241241
cmds:
242242
- |
243243
# Get the corresponding models and bricks release, and unzip it.
244-
gh release download -R bcmi-labs/app-bricks-py "release/{{.SEMVER_TAG}}" -p '*.whl' -D "{{.TMPDIR}}" --clobber
244+
gh release download -R arduino/app-bricks-py "release/{{.SEMVER_TAG}}" -p '*.whl' -D "{{.TMPDIR}}" --clobber
245245
unzip -o "{{.TMPDIR}}/arduino_app_bricks-{{.SEMVER_TAG}}-py3-none-any.whl" -d "{{.OUTPUT_DIR}}"
246246
- |
247247
# Copy the assets to the assets dir and testdata dir, replacing the previous version.

debian/arduino-app-cli/home/arduino/.local/share/arduino-app-cli/assets/0.4.8/api-docs/arduino/app_bricks/air_quality_monitor/API.md

Lines changed: 0 additions & 192 deletions
This file was deleted.

debian/arduino-app-cli/home/arduino/.local/share/arduino-app-cli/assets/0.4.8/api-docs/arduino/app_bricks/imageclassification/API.md

Lines changed: 0 additions & 71 deletions
This file was deleted.

debian/arduino-app-cli/home/arduino/.local/share/arduino-app-cli/assets/0.4.8/api-docs/arduino/app_bricks/keyword_spotter/API.md

Lines changed: 0 additions & 63 deletions
This file was deleted.

debian/arduino-app-cli/home/arduino/.local/share/arduino-app-cli/assets/0.4.8/api-docs/arduino/app_bricks/mood_detector/API.md

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)