From: Alfredo Deza Date: Wed, 28 Oct 2015 14:49:19 +0000 (-0400) Subject: reset hard to origin X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4d804f8bda93f3979e5c800d38425dea0c490bf7;p=ceph-build.git reset hard to origin Signed-off-by: Alfredo Deza --- diff --git a/ansible/roles/ceph-release/tasks/main.yml b/ansible/roles/ceph-release/tasks/main.yml index 990c3d79..5ec59800 100644 --- a/ansible/roles/ceph-release/tasks/main.yml +++ b/ansible/roles/ceph-release/tasks/main.yml @@ -19,7 +19,7 @@ - name: reset --hard to upstream command: git fetch - command: git reset --hard /{{ branch }} + command: git reset --hard origin/{{ branch }} ignore_errors: yes when: clean