Skip to content

Commit ad5db7a

Browse files
committed
update
1 parent 0ca9d58 commit ad5db7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Taskfile.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@ tasks:
1515
cmds:
1616
- task: commit
1717
- task: commit
18+
ignore_error: true
1819

1920
commit:
2021
cmds:
2122
- git add .
2223
- git commit -m "update"
24+
ignore_error: true
2325

2426
push:
2527
cmds:

0 commit comments

Comments
 (0)