Enable logging on registry/push/pull jobs

This may expose credentials, but these don't work right now.

Change-Id: I8b55734d17329ecc6ac9d9a9ad4189482b6c07ee
This commit is contained in:
James E. Blair 2019-02-14 12:59:29 -08:00
parent a06ff1ce19
commit 582e95db53
3 changed files with 3 additions and 3 deletions

View File

@ -7,4 +7,4 @@
docker://{{ buildset_registry.host }}:{{ buildset_registry.port }}/{{ item.metadata.repository }}:{{ item.metadata.tag }}
when: "item.metadata.type | default('') == 'container_image'"
loop: "{{ zuul.artifacts }}"
no_log: true
# no_log: true TODO(corvus): replace

View File

@ -1,5 +1,5 @@
- name: Push image to intermediate registry
include_tasks: push.yaml
loop: docker_images
loop: "{{ docker_images }}"
loop_control:
loop_var: image

View File

@ -8,7 +8,7 @@
loop: "{{ image.tags }}"
loop_control:
loop_var: image_tag
no_log: true
# no_log: true TODO(corvus) replace
- name: Return artifact to Zuul
zuul_return: