[tests-only][full-ci] Change wrapper port from 5000 to 5200 (#6321)

* use port 5200 for wrapper API server

* remove binary and ignore the build
This commit is contained in:
Sawjan Gurung
2023-05-16 15:40:06 +05:45
committed by GitHub
parent 489fc64634
commit 14b11f24a6
8 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ services:
RUN_ON_OCIS: "true"
TEST_SERVER_URL: https://ocis-server:9200
TEST_WITH_GRAPH_API: "true"
OCIS_WRAPPER_URL: http://ocis-server:5000
OCIS_WRAPPER_URL: http://ocis-server:5200
STORAGE_DRIVER: $STORAGE_DRIVER
TEST_SOURCE: $TEST_SOURCE
BEHAT_SUITE: ${BEHAT_SUITE:-}