Skip to content

Commit b35f771

Browse files
committed
remove stamp during cleaning
1 parent 655517a commit b35f771

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

taskfile.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ tasks:
5252
clean:
5353
cmds:
5454
- "rm -rf '{{.G_BUILD_DIR}}'"
55+
- "rm -f .task/build_with_symbols_*.stamp"
5556
- task: "clean-python-component"
5657
vars:
5758
COMPONENT: "clp-package-utils"

0 commit comments

Comments
 (0)