Skip to content

Commit 9db161b

Browse files
committed
Fixing typo in repository url
1 parent b4b2e5a commit 9db161b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN curl -o /usr/local/bin/jq http://stedolan.github.io/jq/download/linux64/jq &
2727

2828
RUN mkdir -p $HOME/src && \
2929
cd $HOME/src && \
30-
git clone --depth=1 --branch ${BRANCH} https://github.com/${ORG}/data-science-ipelines && \
30+
git clone --depth=1 --branch ${BRANCH} https://github.com/${ORG}/data-science-pipelines && \
3131
# Clone ods-ci repo at specified git ref for the JupyterHub webUI tests
3232
git clone --depth=1 ${ODS_CI_REPO} ods-ci && cd ods-ci && \
3333
git fetch origin ${ODS_CI_GITREF} && git checkout FETCH_HEAD && \

0 commit comments

Comments
 (0)