Skip to content

Commit be565a9

Browse files
author
Your Name
committed
taskfile udpate
1 parent 07f7937 commit be565a9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Taskfile.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,12 +160,9 @@ tasks:
160160
desc: Test the debian package locally
161161
deps:
162162
- build-deb
163-
vars:
164-
VERSION: "0.6.3"
165163
cmds:
166164
- docker build --no-cache -t mock-apt-repo -f test.Dockerfile .
167165
- 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
169166

170167
arduino-app-cli:build:local:
171168
desc: "Build the arduino-app-cli locally"

0 commit comments

Comments
 (0)