From af197745c0cc47b4634df5ecd143a8d3bc3106a9 Mon Sep 17 00:00:00 2001 From: Luni-4 Date: Tue, 12 Jan 2021 23:34:26 +0100 Subject: [PATCH] Fix wrong CI cache path --- .taskcluster.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.taskcluster.yml b/.taskcluster.yml index eea4a713e..bae47fe13 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -164,7 +164,7 @@ tasks: - "/bin/bash" - "-cx" - "git clone --recursive --quiet ${repository} && - [ ! -d \"cache/gecko-dev\" ] && + [ ! -d \"/cache/gecko-dev\" ] && git clone --quiet https://github.com/mozilla/gecko-dev.git /cache/gecko-dev || true && pushd /cache/gecko-dev && git pull origin master && popd && mkdir -p /tmp/mozilla_central_output &&