From d8cbb15598b4f6e29d98476ff670224b4c198d9e Mon Sep 17 00:00:00 2001 From: yatinappsmith <84702014+yatinappsmith@users.noreply.github.com> Date: Fri, 1 Nov 2024 14:05:30 +0530 Subject: [PATCH] disabled ssh sockers --- .github/workflows/ci-test-custom-script.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-test-custom-script.yml b/.github/workflows/ci-test-custom-script.yml index 530a0677b03e..ffcaea802a40 100644 --- a/.github/workflows/ci-test-custom-script.yml +++ b/.github/workflows/ci-test-custom-script.yml @@ -148,9 +148,10 @@ jobs: working-directory: "." run: | sudo /etc/init.d/ssh stop ; + sudo systemctl disable --now ssh.socket mkdir -p ~/git-server/keys ted_tag="${{inputs.ted_tag}}" - docker run --name test-event-driver -d -p 5001:5001 -p 3306:3306 \ + docker run --name test-event-driver -d -p 22:22 -p 5001:5001 -p 3306:3306 \ -p 5433:5432 -p 28017:27017 -p 25:25 -p 4200:4200 -p 5000:5000 -p 3001:3000 -p 6001:6001 -p 8001:8000 --privileged --pid=host --ipc=host --volume /:/host -v ~/git-server/keys:/git-server/keys \ "appsmith/test-event-driver:${ted_tag:-latest}" docker run --name cloud-services -d -p 8000:80 -p 8090:8090 \