Skip to content
Snippets Groups Projects
Commit f23c795e authored by poly000's avatar poly000
Browse files

fix missing org parametee

parent f376d80d
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,8 @@ setup_branch_security() {
--id $GIT_REPO_NAMESPACE \
--subject "${user_email}" \
--token repoV2/${proj_id}/${repo_id}/refs/heads/$(echo "${branch}" | python branch_name_hex.py) \
--allow-bit 2048
--allow-bit 2048 \
--org ${org_url}
}
setup_build_policy() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment