Skip to content

Commit bb88d7a

Browse files
committed
fix
1 parent 4f0e781 commit bb88d7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ci/docker/host-x86_64/x86_64-gnu-llvm-18/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ COPY host-x86_64/dist-x86_64-linux/build-gccjit.sh /scripts/
6060
RUN /scripts/build-gccjit.sh /scripts
6161

6262
ARG SCRIPT_ARG
63-
COPY scripts/{SCRIPT_ARG} /tmp/script.sh
63+
COPY scripts/${SCRIPT_ARG} /tmp/script.sh
6464
ENV SCRIPT="/tmp/script.sh"

src/ci/docker/host-x86_64/x86_64-gnu-llvm-19/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ COPY host-x86_64/dist-x86_64-linux/build-gccjit.sh /scripts/
6060
RUN /scripts/build-gccjit.sh /scripts
6161

6262
ARG SCRIPT_ARG
63-
COPY scripts/{SCRIPT_ARG} /tmp/script.sh
63+
COPY scripts/${SCRIPT_ARG} /tmp/script.sh
6464
ENV SCRIPT="/tmp/script.sh"

0 commit comments

Comments
 (0)