Skip to content

Commit

Permalink
Update local build and deploy from index job
Browse files Browse the repository at this point in the history
Set __deploy_from_bundles_enabled=false
and setup_bundle_registry_auth=false in the local build and
deploy from index job
  • Loading branch information
[email protected] committed Aug 28, 2024
1 parent 02e58ce commit 4c87022
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/vars-local_build-index_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
#ansible-playbook --extra-vars __local_build_enabled=true -e __deploy_from_index_enabled=true --extra-vars working_branch="$(git rev-parse --abbrev-ref HEAD)" --extra-vars __service_telemetry_observability_strategy=use_redhat ./run-ci.yaml
__local_build_enabled: true
__deploy_from_index_enabled: true
__deploy_from_bundles_enabled: false
setup_bundle_registry_auth: false
__service_telemetry_observability_strategy: use_redhat

0 comments on commit 4c87022

Please sign in to comment.