diff options
author | SZEDER Gábor <szeder.dev@gmail.com> | 2017-12-31 17:02:05 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-01-03 13:29:18 -0800 |
commit | 88e00b70330449128d3fe1a074d71ccbe236cf4a (patch) | |
tree | bacbc79428af0bcfacf1164c59b83afe1d9f7f12 /contrib/contacts | |
parent | travis-ci: record and skip successfully built trees (diff) | |
download | tgif-88e00b70330449128d3fe1a074d71ccbe236cf4a.tar.xz |
travis-ci: don't store P4 and Git LFS in the working tree
The Clang and GCC 64 bit Linux build jobs download and store the P4
and Git LFS executables under the current directory, which is the
working tree that we are about to build and test. This means that Git
commands like 'status' or 'ls-files' would list these files as
untracked. The next commit is about to make sure that there are no
untracked files present after the build, and the downloaded
executables in the working tree are interfering with those upcoming
checks.
Therefore, let's download P4 and Git LFS in the home directory,
outside of the working tree.
Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/contacts')
0 files changed, 0 insertions, 0 deletions