Skip to content

Commit 883c3fb

Browse files
authored
Restore checkout of trustyai-exp (#265)
1 parent c4ef802 commit 883c3fb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ RUN dnf install -y jq bc git go-toolset python3.11 python3.11-devel python3.11-p
2121
RUN curl -L https://github.com/mikefarah/yq/releases/download/v4.25.1/yq_linux_amd64 -o /usr/bin/yq &&\
2222
chmod +x /usr/bin/yq
2323

24+
RUN mkdir -p $HOME/src && \
25+
cd $HOME/src && \
26+
git clone --depth=1 --branch ${BRANCH} https://github.com/${ORG}/trustyai-explainability && \
27+
chmod -R 777 $HOME/src
28+
2429
# Use a specific destination file name in case the url download name changes
2530
ADD ${OC_CLI_URL} $HOME/peak/oc-cli.tar.gz
2631
RUN tar -C /usr/local/bin -xvf $HOME/peak/oc-cli.tar.gz && \

0 commit comments

Comments
 (0)