CI 수정

This commit is contained in:
ByeonJungHun
2024-07-26 10:29:48 +09:00
parent d5afaa26b1
commit 3340592a32

View File

@@ -37,7 +37,7 @@ version_update:
done < <(jq_parse "$file2")
if [ ${#different_names[@]} -gt 0 ]; then
echo "아래 항목에 대해서 CI 작업을 시작합니다!"
echo -e "\n\n아래 항목에 대해서 CI 작업을 시작합니다!\n"
for index in "${!different_names[@]}"; do
name="${different_names[$index]}"
version="${different_versions[$index]}"
@@ -54,7 +54,7 @@ version_update:
https://lab.jhcloud.kr/api/v4/projects/53/trigger/pipeline
;;
*)
echo "프로젝트 \"$name\"를(을) 찾을 수 없습니다!"
echo -e "\n\n프로젝트 \"$name\"을(를) 찾을 수 없습니다!\n"
;;
esac