Skip to content

Commit

Permalink
track lost files
Browse files Browse the repository at this point in the history
  • Loading branch information
meysholdt committed Sep 27, 2024
1 parent 43055a8 commit ac2e935
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ tasks:
# force non-interactive terminal
export TERM=
touch /workspace/starttime.txt
# run standard gradle build
./gradlew localDistro
find / -type f -newer /workspace/starttime.txt -xdev > /workspace/lostfiles.txt
jetbrains:
intellij:
prebuilds:
Expand Down

0 comments on commit ac2e935

Please sign in to comment.