Skip to content

Commit dacd1e8

Browse files
authored
Merge pull request opendatahub-io#30 from DharmitD/add-e2e-tests
Updating directory in Dockerfile
2 parents bac73a6 + 15320fe commit dacd1e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ RUN pip3 install micropipenv &&\
5050
micropipenv install
5151

5252
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
53+
COPY resources $HOME/peak/operator-tests/ml-pipelines/resources
54+
COPY util $HOME/peak/operator-tests/ml-pipelines
5555
COPY setup/kfctl_openshift.yaml $HOME/kfdef/
56-
COPY basictests $HOME/peak/operator-tests/odh-manifests/basictests
56+
COPY basictests $HOME/peak/operator-tests/ml-pipelines/basictests
5757

5858
RUN chmod -R 777 $HOME/kfdef && \
5959
mkdir -p $HOME/.kube && \

0 commit comments

Comments
 (0)