Skip to content
Snippets Groups Projects
Unverified Commit 13ac0000 authored by Adar Nimrod's avatar Adar Nimrod Committed by GitHub
Browse files

Merge pull request #4 from endlessm/no-prunes

Revert "Prune tags as well"
parents 4a9aee7a 82a4d988
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ GITHUB_API_HOST = 'https://api.github.com'
GIT_CLONE_CMD = 'git clone %s %s %s'
GIT_CLONE_API_URL = 'https://%s@github.com/%s'
GIT_SHA_CMD = 'git rev-parse --short %s'
GIT_FETCH_CMD = 'git fetch --prune --tags --prune-tags'
GIT_FETCH_CMD = 'git fetch --prune --tags'
GIT_CHECK_REMOTE_CMD = 'git ls-remote'
USER_DETAILS_PATH = '/users/%s'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment