Skip to content

Commit

Permalink
Revert "Merge pull request #81 from stevekuznetsov/skuznets/better-git"
Browse files Browse the repository at this point in the history
This reverts commit 4c2f1f6, reversing
changes made to eaab752.

Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
  • Loading branch information
stevekuznetsov committed Mar 10, 2017
1 parent 4c2f1f6 commit 7a8f8a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oct/ansible/oct/roles/remote-sync/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
when: origin_ci_sync_remote not in origin_ci_sync_remotes_probe.stdout and origin_ci_sync_address is defined

- name: inspect the remote for the address if we do not have an address
command: '/usr/bin/git remote get-url {{ origin_ci_sync_remote }}'
shell: '/usr/bin/git remote show {{ origin_ci_sync_remote }} | grep "Fetch URL" | cut -c 14- '
args:
chdir: '{{ origin_ci_sync_destination }}'
register: origin_ci_sync_remote_url
Expand Down

0 comments on commit 7a8f8a3

Please sign in to comment.