Skip to content

Commit fd54cb2

Browse files
committed
fix(decision): remove misconfigured environment variable from Decision image
This variable wasn't being used properly. Older versions of uv were failing silently, but as of uv 0.4.13 this started causing an error.
1 parent e867758 commit fd54cb2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

taskcluster/docker/decision/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
FROM $DOCKER_IMAGE_PARENT
22
LABEL maintainer="Release Engineering <[email protected]>"
33

4-
ENV UV_PROJECT_ENVIRONMENT=/setup/taskgraph
5-
64
# %include src
75
# %include packages
86
# %include .hatch_build.py

0 commit comments

Comments
 (0)