Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Azure Build Policy Apply
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
many-archive
Azure Build Policy Apply
Commits
b4f5d995
There was an error fetching the commit references. Please try again later.
Unverified
Commit
b4f5d995
authored
1 year ago
by
poly000
Browse files
Options
Downloads
Patches
Plain Diff
passing empty displayName for the default
parent
ca9c7291
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
apply.sh
+3
-1
3 additions, 1 deletion
apply.sh
with
3 additions
and
1 deletion
apply.sh
+
3
−
1
View file @
b4f5d995
...
...
@@ -79,7 +79,7 @@ function setup_build_validation() {
--blocking
true
\
--branch
${
branch
}
\
--build-definition-id
${
build_definition_id
}
\
--display-name
\
--display-name
""
\
--enabled
true
\
--manual-queue-only
false
\
--queue-on-source-update-only
true
\
...
...
@@ -93,3 +93,5 @@ function setup_build_validation() {
export
repo_id
=
$(
get_repo_id
)
print_policy_list
setup_build_policy
setup_build_validation
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment