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 b4b2e5a + 9db161b commit 0b4a886Copy full SHA for 0b4a886
tests/Dockerfile
@@ -27,7 +27,7 @@ RUN curl -o /usr/local/bin/jq http://stedolan.github.io/jq/download/linux64/jq &
27
28
RUN mkdir -p $HOME/src && \
29
cd $HOME/src && \
30
- git clone --depth=1 --branch ${BRANCH} https://github.com/${ORG}/data-science-ipelines && \
+ git clone --depth=1 --branch ${BRANCH} https://github.com/${ORG}/data-science-pipelines && \
31
# Clone ods-ci repo at specified git ref for the JupyterHub webUI tests
32
git clone --depth=1 ${ODS_CI_REPO} ods-ci && cd ods-ci && \
33
git fetch origin ${ODS_CI_GITREF} && git checkout FETCH_HEAD && \
0 commit comments