Skip to content

Commit ed61192

Browse files
giulio93lucarin91
andcommitted
Update Taskfile.yml
Co-authored-by: Luca Rinaldi <[email protected]>
1 parent cceeaa6 commit ed61192

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Taskfile.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,9 @@ tasks:
1212
echo "Installing Ruby gem: licensed"
1313
gem install licensed
1414
fi
15-
- |
16-
if [ ! -f .licensed.yml ]; then
17-
licensed init || true
18-
fi
1915
- licensed notices
2016
- mkdir -p debian/arduino-cli/usr/share/doc/arduino-cli/
21-
- cat LICENSE.txt > debian/arduino-cli/usr/share/doc/arduino-cli/copyright
17+
- cat arduino-cli-license.txt > debian/arduino-cli/usr/share/doc/arduino-cli/copyright
2218
- echo -e "\n\n---\n\n" >> debian/arduino-cli/usr/share/doc/arduino-cli/copyright
2319
- cat /Users/sedia/repo/arduino-cli/.licenses/NOTICE.arduino-cli >> debian/arduino-cli/usr/share/doc/arduino-cli/copyright
2420
sources:

0 commit comments

Comments
 (0)