From d4d0cd2fdb3240c9176b11b11d479d08f358bbd2 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 3 Apr 2025 02:27:26 -0400 Subject: [PATCH] chore: update gitlab repo ref (#5418) Signed-off-by: Rui Chen --- scripts/e2e.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/e2e.sh b/scripts/e2e.sh index 8e531d956..d9fda4210 100755 --- a/scripts/e2e.sh +++ b/scripts/e2e.sh @@ -37,7 +37,7 @@ function cleanupPid() { ./atlantis server \ --data-dir="/tmp" \ --log-level="debug" \ - --repo-allowlist="github.com/runatlantis/atlantis-tests,gitlab.com/run-atlantis/atlantis-tests" \ + --repo-allowlist="github.com/runatlantis/atlantis-tests,gitlab.com/runatlantis/atlantis-tests" \ --repo-config-json='{"repos":[{"id":"/.*/", "allowed_overrides":["apply_requirements","workflow"], "allow_custom_workflows":true}]}' \ &> /tmp/atlantis-server.log & ATLANTIS_PID=$!