Skip to content
Snippets Groups Projects
Commit bb9773af authored by Recolic's avatar Recolic 🏡
Browse files

merge

parent f23c795e
No related branches found
No related tags found
No related merge requests found
......@@ -8,3 +8,10 @@
- jq
Should work on all POSIX-compatible systems (`#!/usr/bin/env`)
## sample
```
pat=z42dimrcfgylmvnu7cyzwnzqseom2obwvwaypmtm5id4tigqucmq ./apply.sh --org-name azvse --proj-name aztest --repo-id a4822210-511f-427f-a36d-26a14c29cc89 --branch bensl/tmpbuild/114514 --build-definition-id 2
```
......@@ -123,7 +123,7 @@ setup_branch_security() {
az devops security permission update \
--id $GIT_REPO_NAMESPACE \
--subject "${user_email}" \
--token repoV2/${proj_id}/${repo_id}/refs/heads/$(echo "${branch}" | python branch_name_hex.py) \
--token repoV2/${proj_id}/${repo_id}/refs/heads/$(echo "${branch}" | python3 branch_name_hex.py) \
--allow-bit 2048 \
--org ${org_url}
}
......
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