summaryrefslogtreecommitdiff
path: root/ci/run-linux32-docker.sh
diff options
context:
space:
mode:
authorSZEDER Gábor <szeder.dev@gmail.com>2017-12-31 10:12:04 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-01-02 19:25:57 (GMT)
commitb4a2fdc9bdc87fc8bd62e8bf7890482c590e558c (patch)
tree138190df97ceea836091bba46d7647b130bec195 /ci/run-linux32-docker.sh
parent495ea6cd41216f16dfd5051e456fd86082d0593d (diff)
downloadgit-b4a2fdc9bdc87fc8bd62e8bf7890482c590e558c.zip
git-b4a2fdc9bdc87fc8bd62e8bf7890482c590e558c.tar.gz
git-b4a2fdc9bdc87fc8bd62e8bf7890482c590e558c.tar.bz2
travis-ci: create the cache directory early in the build process
It seems that Travis CI creates the cache directory for us anyway, even when a previous cache doesn't exist for the current build job. Alas, this behavior is not explicitly documented, therefore we don't rely on it and create the cache directory ourselves in those build jobs that read/write cached data (currently only the prove state). In the following commit we'll start to cache additional data in every build job, and will access the cache much earlier in the build process. Therefore move creating the cache directory to 'ci/lib-travisci.sh' to make sure that it exists at the very beginning of every build job. Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com> Reviewed-by: Lars Schneider <larsxschneider@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'ci/run-linux32-docker.sh')
0 files changed, 0 insertions, 0 deletions