Skip to content

Commit 8d6d194

Browse files
committed
Add path
1 parent 015630d commit 8d6d194

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
@@ -14,6 +14,8 @@ RUN curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/s
1414
RUN git clone https://github.com/migtools/oadp-cli.git /tmp/oadp-cli && \
1515
cd /tmp/oadp-cli && \
1616
make install ASSUME_DEFAULT=true && \
17+
# Also copy to /usr/local/bin to ensure it's found regardless of PATH order
18+
cp /root/.local/bin/kubectl-oadp /usr/local/bin/ && \
1719
rm -rf /tmp/oadp-cli
1820

1921
# Add ~/.local/bin to PATH so kubectl can find the oadp plugin

0 commit comments

Comments
 (0)