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 9f01806 commit 015630dCopy full SHA for 015630d
build/ci-Dockerfile
@@ -16,6 +16,8 @@ RUN git clone https://github.com/migtools/oadp-cli.git /tmp/oadp-cli && \
16
make install ASSUME_DEFAULT=true && \
17
rm -rf /tmp/oadp-cli
18
19
+# Add ~/.local/bin to PATH so kubectl can find the oadp plugin
20
+ENV PATH="/root/.local/bin:${PATH}"
21
22
RUN go mod download && \
23
mkdir -p $(go env GOCACHE) && \
0 commit comments