We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f7937 commit be565a9Copy full SHA for be565a9
Taskfile.yml
@@ -160,12 +160,9 @@ tasks:
160
desc: Test the debian package locally
161
deps:
162
- build-deb
163
- vars:
164
- VERSION: "0.6.3"
165
cmds:
166
- docker build --no-cache -t mock-apt-repo -f test.Dockerfile .
167
- docker run --rm -it --privileged -v /sys/fs/cgroup:/sys/fs/cgroup:ro --name apt-test-update mock-apt-repo
168
- - docker exec -d apt-test-update /usr/bin/arduino-router
169
170
arduino-app-cli:build:local:
171
desc: "Build the arduino-app-cli locally"
0 commit comments