Skip to content

Commit eabcd88

Browse files
committed
ci(container): remove redundant compose step
1 parent 7fcfa4f commit eabcd88

1 file changed

Lines changed: 0 additions & 29 deletions

File tree

.github/workflows/container.yaml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -48,35 +48,6 @@ jobs:
4848
name: Inspect
4949
run: docker image inspect torrust-tracker:local
5050

51-
- id: compose
52-
name: Compose
53-
run: |
54-
QBT_E2E_WORKDIR="${RUNNER_TEMP}/qbt-e2e-compose-build"
55-
mkdir -p "${QBT_E2E_WORKDIR}/tracker-storage"
56-
mkdir -p "${QBT_E2E_WORKDIR}/seeder-config"
57-
mkdir -p "${QBT_E2E_WORKDIR}/seeder-downloads"
58-
mkdir -p "${QBT_E2E_WORKDIR}/leecher-config"
59-
mkdir -p "${QBT_E2E_WORKDIR}/leecher-downloads"
60-
mkdir -p "${QBT_E2E_WORKDIR}/shared"
61-
62-
export QBT_E2E_TRACKER_IMAGE=torrust-tracker:local
63-
export QBT_E2E_QBITTORRENT_IMAGE=ghcr.io/linuxserver/qbittorrent:latest
64-
export QBT_E2E_TRACKER_CONFIG_PATH=./share/default/config/tracker.container.sqlite3.toml
65-
export QBT_E2E_TRACKER_STORAGE_PATH="${QBT_E2E_WORKDIR}/tracker-storage"
66-
export QBT_E2E_TRACKER_HTTP_TRACKER_PORT=7070
67-
export QBT_E2E_TRACKER_UDP_PORT=6969
68-
export QBT_E2E_TRACKER_HTTP_API_PORT=1212
69-
export QBT_E2E_TRACKER_HEALTH_CHECK_API_PORT=1313
70-
export QBT_E2E_SEEDER_CONFIG_PATH="${QBT_E2E_WORKDIR}/seeder-config"
71-
export QBT_E2E_SEEDER_DOWNLOADS_PATH="${QBT_E2E_WORKDIR}/seeder-downloads"
72-
export QBT_E2E_LEECHER_CONFIG_PATH="${QBT_E2E_WORKDIR}/leecher-config"
73-
export QBT_E2E_LEECHER_DOWNLOADS_PATH="${QBT_E2E_WORKDIR}/leecher-downloads"
74-
export QBT_E2E_SHARED_PATH="${QBT_E2E_WORKDIR}/shared"
75-
76-
docker compose -f compose.qbittorrent-e2e.sqlite3.yaml build
77-
docker compose -f compose.qbittorrent-e2e.mysql.yaml build
78-
docker compose -f compose.qbittorrent-e2e.postgresql.yaml build
79-
8051
context:
8152
name: Context
8253
needs: test

0 commit comments

Comments
 (0)