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

passing empty displayName for the default

parent ca9c7291
No related branches found
No related tags found
No related merge requests found
......@@ -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
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