Skip to content

Commit

Permalink
ci: remove unused folder
Browse files Browse the repository at this point in the history
Signed-off-by: PoAn Yang <[email protected]>
  • Loading branch information
FrankYang0529 authored and David Ko committed Jan 2, 2024
1 parent babd8cd commit 53562fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.dapper
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ RUN cd /go/src/github.com/longhorn && \
cd longhorn-instance-manager && \
go build -o ./longhorn-instance-manager && \
cp -r integration/rpc/ ${DAPPER_SOURCE}/integration/rpc/ && \
cp longhorn-instance-manager /usr/local/bin
cp longhorn-instance-manager /usr/local/bin && \
cd ../ && rm -rf longhorn-instance-manager

VOLUME /tmp
ENV TMPDIR /tmp
Expand Down

0 comments on commit 53562fe

Please sign in to comment.