shipitjs / shipit-deploy

Set of deployment tasks for Shipit based on git and rsync commands.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error fetching if repo contains no tags

azatoth opened this issue · comments

If a repo contains no tags, then git fetch --depth=1 shipit --prune "refs/tags/*:refs/tags/*"' will return 1 and deployment halts.

Good catch. Open to a PR, otherwise I should be able to take a look soon.