Skip to content

Commit 3de02b1

Browse files
committed
update
1 parent ac2e935 commit 3de02b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tasks:
1212
# run standard gradle build
1313
./gradlew localDistro
1414
15-
find / -type f -newer /workspace/starttime.txt -xdev > /workspace/lostfiles.txt
15+
find / -xdev -type f -newer /workspace/starttime.txt > /workspace/lostfiles_$(date +"%Y%m%d_%H%M%S").txt
1616
1717
jetbrains:
1818
intellij:

0 commit comments

Comments
 (0)