Skip to content

Commit e1da66c

Browse files
committed
fix: remove hardcoded VERSION variable from build task in Taskfile
1 parent d183dae commit e1da66c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Taskfile.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ tasks:
173173
cmds:
174174
- rm ./build/*.deb || true
175175
- task: build-deb
176-
vars: { VERSION: v1.0.0 }
177176
- adb shell rm /tmp/*.deb || true
178177
- adb push ./build/arduino-app-cli_*_arm64.deb /tmp/
179178
- ./scripts/run-remote-sudo.sh "dpkg -i /tmp/arduino-app-cli*_arm64.deb && needrestart -r a"

0 commit comments

Comments
 (0)