From f99420f51ab2da88415dcf286ced4c3379c22ada Mon Sep 17 00:00:00 2001 From: realaravinth Date: Mon, 27 Jun 2022 04:40:41 +0530 Subject: [PATCH] fix: ci gitea port --- integration/lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/lib.sh b/integration/lib.sh index c821996..d2e2fe7 100755 --- a/integration/lib.sh +++ b/integration/lib.sh @@ -12,7 +12,7 @@ if is_ci then MAILDEV_URL="http://smtp:1080" GITEA_URL="http://gitea:3000" - GITEA_SSH_URL="ssh://git@gitea:2221" + GITEA_SSH_URL="ssh://git@gitea:22" else MAILDEV_URL="http://localhost:1080" GITEA_URL="http://localhost:3000"