We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 015630d commit 8d6d194Copy full SHA for 8d6d194
build/ci-Dockerfile
@@ -14,6 +14,8 @@ RUN curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/s
14
RUN git clone https://github.com/migtools/oadp-cli.git /tmp/oadp-cli && \
15
cd /tmp/oadp-cli && \
16
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/ && \
19
rm -rf /tmp/oadp-cli
20
21
# Add ~/.local/bin to PATH so kubectl can find the oadp plugin
0 commit comments