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.
2 parents bac73a6 + 15320fe commit dacd1e8Copy full SHA for dacd1e8
tests/Dockerfile
@@ -50,10 +50,10 @@ RUN pip3 install micropipenv &&\
50
micropipenv install
51
52
COPY setup/operatorsetup scripts/install.sh scripts/installandtest.sh $HOME/peak/
53
-COPY resources $HOME/peak/operator-tests/odh-manifests/resources
54
-COPY util $HOME/peak/operator-tests/odh-manifests
+COPY resources $HOME/peak/operator-tests/ml-pipelines/resources
+COPY util $HOME/peak/operator-tests/ml-pipelines
55
COPY setup/kfctl_openshift.yaml $HOME/kfdef/
56
-COPY basictests $HOME/peak/operator-tests/odh-manifests/basictests
+COPY basictests $HOME/peak/operator-tests/ml-pipelines/basictests
57
58
RUN chmod -R 777 $HOME/kfdef && \
59
mkdir -p $HOME/.kube && \
0 commit comments