chore: update gitlab repo ref (#5418)

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen
2025-04-03 02:27:26 -04:00
committed by GitHub
parent ec721b7345
commit d4d0cd2fdb

View File

@@ -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=$!