CI 수정

This commit is contained in:
ByeonJungHun
2024-07-26 10:48:31 +09:00
parent 48a67199e1
commit a248de615d

View File

@@ -37,9 +37,8 @@ version_update:
done < <(jq_parse "$file2") done < <(jq_parse "$file2")
if [ ${#different_names[@]} -gt 0 ]; then if [ ${#different_names[@]} -gt 0 ]; then
echo "" echo "" && echo ""
echo "" echo "아래 항목에 대해서 CI 작업을 시작합니다!" && echo ""
echo "아래 항목에 대해서 CI 작업을 시작합니다!"
for index in "${!different_names[@]}"; do for index in "${!different_names[@]}"; do
name="${different_names[$index]}" name="${different_names[$index]}"
version="${different_versions[$index]}" version="${different_versions[$index]}"
@@ -56,12 +55,10 @@ version_update:
https://lab.jhcloud.kr/api/v4/projects/53/trigger/pipeline https://lab.jhcloud.kr/api/v4/projects/53/trigger/pipeline
;; ;;
*) *)
echo "프로젝트 \"$name\"을(를) 찾을 수 없습니다!" echo "프로젝트 \"$name\"을(를) 찾을 수 없습니다!" && echo ""
echo ""
echo ""
;; ;;
esac esac
echo "" && echo ""
done done
cp $file2 $file1 && cd ./old cp $file2 $file1 && cd ./old
@@ -70,9 +67,7 @@ version_update:
git push origin main git push origin main
else else
echo "" echo "" && echo "버전이 변한 애플리케이션이 없습니다." && echo ""
echo "버전이 변한 애플리케이션이 없습니다."
echo ""
fi fi
except: except: