test: TED support for GITEA (stop ssh revert) (#20475)

## Description

This PR reverts https://github.com/appsmithorg/appsmith/pull/20471

## Type of change

- ci-test yml file update

## Checklist:
### QA activity:
- [X] Added Test Plan Approved label after reviewing all changes test
This commit is contained in:
Aishwarya-U-R 2023-02-08 12:44:05 +05:30 committed by GitHub
parent 3c9f68a033
commit 3afb37e4ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -187,9 +187,9 @@ jobs:
run: |
mkdir -p ~/git-server/keys
mkdir -p ~/git-server/repos
# systemctl stop ssh
# systemctl disable ssh
# /etc/init.d/sshd stop
# systemctl stop ssh
# systemctl disable ssh
# /etc/init.d/sshd stop
docker run --name test-event-driver -d -p 22:22 -p 5001:5001 -p 3306:3306 \
-p 5432:5432 -p 28017:27017 -p 25:25 -p 5000:5000 -p 3000:3000 --privileged --pid=host --ipc=host --volume /:/host -v ~/git-server/keys:/git-server/keys \
-v ~/git-server/repos:/git-server/repos appsmith/test-event-driver:latest