Skip to content

Commit

Permalink
Fix wrong CI cache path (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luni-4 authored Jan 13, 2021
1 parent 088011c commit 309fcfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down

0 comments on commit 309fcfc

Please sign in to comment.