Skip to content

Commit 0d5345b

Browse files
authored
Fix QFieldCloud CI tests (#7210)
1 parent 0a87258 commit 0d5345b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,12 @@ jobs:
124124
sed -i \
125125
-e 's|^WEB_HTTP_PORT=80$|WEB_HTTP_PORT=8080|' \
126126
-e 's|^WEB_HTTPS_PORT=443$|WEB_HTTPS_PORT=8443|' \
127-
-e 's|^MINIO_BROWSER_PORT=8010$|MINIO_BROWSER_PORT=8013|' \
127+
-e 's|^OBJECT_STORAGE_BROWSER_PORT=8010$|OBJECT_STORAGE_BROWSER_PORT=8013|' \
128128
-e 's|^DEBUG_APP_DEBUGPY_PORT=5678$|DEBUG_APP_DEBUGPY_PORT=""|' \
129129
-e 's|^DEBUG_WORKER_WRAPPER_DEBUGPY_PORT=5679$|DEBUG_WORKER_WRAPPER_DEBUGPY_PORT=""|' \
130130
.env
131131
132-
docker compose -p qfc up -d db minio memcached mkcert
132+
docker compose -p qfc up -d db rustfs memcached mkcert
133133
134134
echo "Waiting for database..."
135135
for i in $(seq 1 30); do

0 commit comments

Comments
 (0)