remove unnecessary change

This commit is contained in:
MarcoIeni 2024-12-11 11:21:21 +01:00
parent bb88d7a0f1
commit 84ba41dcd8
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -61,4 +61,4 @@ RUN /scripts/build-gccjit.sh /scripts
ARG SCRIPT_ARG
COPY scripts/${SCRIPT_ARG} /tmp/script.sh
ENV SCRIPT="/tmp/script.sh"
ENV SCRIPT= /tmp/script.sh

View file

@ -61,4 +61,4 @@ RUN /scripts/build-gccjit.sh /scripts
ARG SCRIPT_ARG
COPY scripts/${SCRIPT_ARG} /tmp/script.sh
ENV SCRIPT="/tmp/script.sh"
ENV SCRIPT= /tmp/script.sh