Skip to content

Commit

Permalink
Fix find path
Browse files Browse the repository at this point in the history
  • Loading branch information
bangingheads authored Feb 23, 2024
1 parent 7f8beb9 commit 1d9fb4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ steps:
command_timeout: 30m
script:
- docker image prune -f
- find ./events -type f -mtime +30
- find ./infinityedge/events -type f -mtime +30
- git clone https://github.com/Hi-Ray/infinityedge.git
- cd infinityedge
- git pull
Expand Down

0 comments on commit 1d9fb4c

Please sign in to comment.