From 3340592a32c0d54efc6e533b1b7d94a24f5463c4 Mon Sep 17 00:00:00 2001 From: ByeonJungHun Date: Fri, 26 Jul 2024 10:29:48 +0900 Subject: [PATCH] =?UTF-8?q?CI=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0f15b28..e26b540 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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