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"