Skip to content
Snippets Groups Projects
Commit 82a4d988 authored by Will Thompson's avatar Will Thompson
Browse files

Revert "Prune tags as well"

This reverts commit 09aa7c81.

Git on the relevant Jenkins job apparently predates 2.17.0 which was
released in June 2018.
https://github.com/git/git/blob/master/Documentation/RelNotes/2.17.0.txt#L32-L33

    - master @ 843dcde ..Could not execute git fetch --prune --tags --prune-tags
    error: unknown option `prune-tags'

https://phabricator.endlessm.com/T27103
parent 4a9aee7a
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