Skip to content

Commit

Permalink
fix corner issue
Browse files Browse the repository at this point in the history
Signed-off-by: chensuyue <[email protected]>
  • Loading branch information
chensuyue committed Nov 21, 2024
1 parent 3dcc1e0 commit 37027ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/scripts/get_cicd_list.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

WORKPATH=$PWD
# echo "mode is: "$1 "compose file is: "$2
git clone https://github.com/opea-project/GenAIExamples.git
if [ ! -d GenAIExamples ]; then
git clone https://github.com/opea-project/GenAIExamples.git
fi
all_ci_yaml=$(find GenAIExamples -name "build.yaml")
all_ci_lists=$(grep '^[[:space:]]\{2\}[a-zA-Z0-9_-]\+:' $all_ci_yaml | awk -F: '{print$2}' | sed 's/^[[:space:]]\+//' | tr '\n' ',' | sed 's/,$//')

Expand Down

0 comments on commit 37027ae

Please sign in to comment.