]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
contrib: It doesn't make sense to pull all tags 1124/head
authorSébastien Han <seb@redhat.com>
Mon, 28 Nov 2016 14:12:40 +0000 (15:12 +0100)
committerSébastien Han <seb@redhat.com>
Mon, 28 Nov 2016 14:12:40 +0000 (15:12 +0100)
commit0530ff86f9d14bca2f6018eaa5331843378110bb
treebf916edf34e51ba9bd5d1e5097694d8196e54447
parent9281a564f2a6e10d28cbe5e5b33d94f3a64ff8da
contrib: It doesn't make sense to pull all tags

On certain git versions running: git pull origin --tags ends up with the
following error: It doesn't make sense to pull all tags; you probably
meant: git fetch --tags

So removing the --tags since later in the execution we do a git fetch
--tags

Signed-off-by: Sébastien Han <seb@redhat.com>
contrib/push-roles-to-ansible-galaxy.sh