Skip to content

Commit

Permalink
[CE-281] Fix the misplaced double quotes
Browse files Browse the repository at this point in the history
Change-Id: I13517d8085f332d02709caf829b7cdabae5f8ff2
Signed-off-by: tongliofcary <litong01@us.ibm.com>
  • Loading branch information
tongliofcary committed Feb 28, 2018
1 parent 17fe0fa commit cb52f71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
orgmembers: "{{ peers | map(attribute='org') | list | unique | sort | join(\".member' '\") | trim | replace(' ', ',') }}"

- name: Login to docker repo
command: docker login "{{ fabric.repo.url }} -u {{ fabric.repo.username }} -p {{ fabric.repo.password }}"
command: "docker login {{ fabric.repo.url }} -u {{ fabric.repo.username }} -p {{ fabric.repo.password }}"
when: >
fabric.baseimage_tag | length > 0 and
fabric.repo.username | default("") | length > 0 and
Expand Down

0 comments on commit cb52f71

Please sign in to comment.