From 1d9fb4ce913f3261a61520b4eba300d2fd937886 Mon Sep 17 00:00:00 2001 From: BangingHeads <53184036+bangingheads@users.noreply.github.com> Date: Thu, 22 Feb 2024 19:36:28 -0500 Subject: [PATCH] Fix find path --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 012d2ef..c62271a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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