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 7934b9b commit 2e217b5Copy full SHA for 2e217b5
build/ci-Dockerfile
@@ -17,7 +17,7 @@ RUN git clone https://github.com/migtools/oadp-cli.git /tmp/oadp-cli && \
17
cp kubectl-oadp /usr/local/bin/ && \
18
chmod +x /usr/local/bin/kubectl-oadp; \
19
# Run oadp-cli client comand to set namespace
20
- kubectl oadp client config set namepace=openshift-adp && \
+ kubectl oadp client config set namespace=openshift-adp && \
21
rm -rf /tmp/oadp-cli
22
23
RUN go mod download && \
0 commit comments