Skip to content

Commit

Permalink
CI: Move away from docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi311 authored Aug 11, 2024
1 parent da9abf8 commit 405e5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
sleep 10
for FOLDER in $(find "JellyPlex-Watched-CI" -type f -name "docker-compose.yml" -exec dirname {} \;); do
docker-compose -f "${FOLDER}/docker-compose.yml" logs
docker compose -f "${FOLDER}/docker-compose.yml" logs
done
- name: "Test Plex"
Expand Down

0 comments on commit 405e5de

Please sign in to comment.