Skip to content

Commit

Permalink
remove exports
Browse files Browse the repository at this point in the history
  • Loading branch information
EricMountain committed Mar 7, 2024
1 parent 1949ad0 commit 61e8439
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/cilium/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ RUN --mount=type=bind,readwrite,target=/go/src/github.com/cilium/cilium --mount=
DESTDIR=/tmp/install/${TARGETOS}/${TARGETARCH} install-bash-completion licenses-all && \
mv LICENSE.all /tmp/install/${TARGETOS}/${TARGETARCH}/LICENSE.all

RUN export S=/tmp/install/${TARGETOS}/${TARGETARCH} && \
export D=/tmp/debug/${TARGETOS}/${TARGETARCH} && \
RUN S=/tmp/install/${TARGETOS}/${TARGETARCH} && \
D=/tmp/debug/${TARGETOS}/${TARGETARCH} && \
mkdir -p $D && \
cd $S && \
find . -type f \
Expand Down

0 comments on commit 61e8439

Please sign in to comment.