Merge "Fix container job documentation typo"

This commit is contained in:
Zuul
2019-01-01 14:03:42 +00:00
committed by Gerrit Code Review
3 changed files with 4 additions and 4 deletions

View File

@@ -463,7 +463,7 @@ of item.
- hosts: localhost
tasks:
- name: Create a k8s resource
k8s_raw:
k8s_raw:
state: present
context: "{{ zuul.resources['node-name'].context }}"
namespace: "{{ zuul.resources['node-name'].namespace }}"
@@ -475,7 +475,7 @@ of item.
- hosts: localhost
tasks:
- name: Copy src repos to the pod
command: >
command: >
oc rsync -q --progress=false
{{ zuul.executor.src_root }}/
{{ zuul.resources['node-name'].pod }}:src/