Skip to content

Commit

Permalink
fix yamllint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Basavaraju-G authored and tekton-robot committed Sep 27, 2022
1 parent 09cf998 commit 51cbc8b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ spec:
- name: SKIP_BUILD_TEST
value: "true"
- name: SSL_CERT_FILE
value: $(workspaces.registry-shared.path)/cert.pem
value: $(workspaces.registry-shared.path)/cert.pem
command:
- /bin/bash
args:
Expand Down Expand Up @@ -174,7 +174,7 @@ spec:
command: ['ls', '/certs/client/ca.pem']
volumes:
- name: dind-certs
emptyDir: {}
emptyDir: {}
params:
- name: container-registry
value: $(params.container-registry)
Expand Down

0 comments on commit 51cbc8b

Please sign in to comment.