Skip to content

Commit 015630d

Browse files
committed
Add PATH
1 parent 9f01806 commit 015630d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/ci-Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ RUN git clone https://github.com/migtools/oadp-cli.git /tmp/oadp-cli && \
1616
make install ASSUME_DEFAULT=true && \
1717
rm -rf /tmp/oadp-cli
1818

19+
# Add ~/.local/bin to PATH so kubectl can find the oadp plugin
20+
ENV PATH="/root/.local/bin:${PATH}"
1921

2022
RUN go mod download && \
2123
mkdir -p $(go env GOCACHE) && \

0 commit comments

Comments
 (0)