Skip to content

Commit 0d049fb

Browse files
ci: use global setuptools-scm override
This results in the incorrect version for sentry-fuzzing-config, but using _FOR_FUZZMANAGER override doesn't work with hatch-vcs.
1 parent 254a4c6 commit 0d049fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN npm run production
1111
FROM python:3.11-alpine
1212

1313
ARG SETUPTOOLS_SCM_PRETEND_VERSION_FOR_FUZZMANAGER
14-
ENV SETUPTOOLS_SCM_PRETEND_VERSION_FOR_FUZZMANAGER=$SETUPTOOLS_SCM_PRETEND_VERSION_FOR_FUZZMANAGER
14+
ENV SETUPTOOLS_SCM_PRETEND_VERSION=$SETUPTOOLS_SCM_PRETEND_VERSION_FOR_FUZZMANAGER
1515

1616
# Install system dependencies
1717
RUN adduser -D worker && \

0 commit comments

Comments
 (0)