test: TED support for GITEA (#20471)
## Description - This PR Stops SSH which is run on port 22 for enabling it for Local Gitea support from TED ## Type of change - Script update ## Checklist: ### QA activity: - [X] Added Test Plan Approved label after reviewing the changes
This commit is contained in:
parent
9d24b9c135
commit
638c0d07fd
5
.github/workflows/ci-test.yml
vendored
5
.github/workflows/ci-test.yml
vendored
|
|
@ -187,7 +187,10 @@ jobs:
|
|||
run: |
|
||||
mkdir -p ~/git-server/keys
|
||||
mkdir -p ~/git-server/repos
|
||||
docker run --name test-event-driver -d -p 2222:22 -p 5001:5001 -p 3306:3306 \
|
||||
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
|
||||
cd cicontainerlocal
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user