Skip to content

Commit

Permalink
Don't use -a flag since old docker
Browse files Browse the repository at this point in the history
  • Loading branch information
bangingheads authored Feb 23, 2024
1 parent 3d1e5aa commit 6670388
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@ steps:
from_secret: ssh_port
command_timeout: 30m
script:
- docker volume prune -a -f
- docker volume prune -f
- docker image prune -f
- find ./infinityedge/events -type f -mtime +30 -delete
- git clone https://github.com/Hi-Ray/infinityedge.git
- cd infinityedge
- git pull
Expand Down

0 comments on commit 6670388

Please sign in to comment.