Skip to content

Commit

Permalink
fix(decision): cleanup temporary uv lockfiles
Browse files Browse the repository at this point in the history
This was causing problems, as the `worker` user was trying to create the
same file, but it already existed and was owned by `root`.

Ensure we don't leave these lying around.
  • Loading branch information
ahal committed Oct 16, 2024
1 parent 9e9b00b commit 9d9d57c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions taskcluster/docker/decision/system-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ apt-get clean
apt-get autoclean
rm -rf /var/lib/apt/lists/
rm -rf /setup
rm /tmp/uv-*.lock

0 comments on commit 9d9d57c

Please sign in to comment.