File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 15
15
- " **.py"
16
16
- " **/docker_compose/**"
17
17
- " **/docker_image_build/**"
18
- - " **/tests/test_compose **"
18
+ - " **/tests/**"
19
19
- " **/ui/**"
20
20
- " !**.md"
21
21
- " !**.txt"
Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ function get_genai_comps() {
13
13
if [ ! -d " GenAIComps" ] ; then
14
14
git clone --depth 1 --branch ${opea_branch:- " main" } https://github.com/opea-project/GenAIComps.git
15
15
fi
16
+ pushd GenAIComps
17
+ echo " GenAIComps test commit is $( git rev-parse HEAD) "
18
+ docker build --no-cache -t ${REGISTRY} /comps-base:${TAG} --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f Dockerfile .
19
+ popd && sleep 1s
16
20
}
17
21
18
22
function build_docker_images_for_retrieval_tool(){
You can’t perform that action at this time.
0 commit comments