Skip to content

Commit 7bd0887

Browse files
giulio93lucarin91
andauthored
Update Taskfile.yml
Co-authored-by: Luca Rinaldi <[email protected]>
1 parent 3140dd5 commit 7bd0887

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

Taskfile.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,6 @@ tasks:
2121
- LICENSE.txt
2222
- licenses/**
2323

24-
append-license:
25-
desc: Render and append arduino-cli license to NOTICE file
26-
cmds:
27-
- |
28-
rendered=$(envsubst < .licenses/templates/arduino-cli-license.txt)
29-
notice_file=".licenses/NOTICE.arduino-cli"
30-
tmp_file=$(mktemp)
31-
echo "$rendered" > "$tmp_file"
32-
echo -e "\n" >> "$tmp_file"
33-
cat "$notice_file" >> "$tmp_file"
34-
mv "$tmp_file" "$notice_file"
35-
env:
36-
Year: '{{ now | date "2006" }}'
37-
Holder: "ARDUINO SA (http://www.arduino.cc/)"
38-
silent: false
3924

4025
docs:generate:
4126
desc: Create all generated documentation content

0 commit comments

Comments
 (0)