CI 수정
This commit is contained in:
@@ -39,16 +39,16 @@ version_update:
|
|||||||
if [ ${#different_names[@]} -gt 0 ]; then
|
if [ ${#different_names[@]} -gt 0 ]; then
|
||||||
echo "ㅤ" && echo "ㅤ"
|
echo "ㅤ" && echo "ㅤ"
|
||||||
echo "아래 항목에 대해서 CI 작업을 시작합니다!" && echo "ㅤ"
|
echo "아래 항목에 대해서 CI 작업을 시작합니다!" && echo "ㅤ"
|
||||||
curl -i -X POST -H 'Content-Type: application/json' -d '{
|
curl -i -X POST -H 'Content-Type: application/json' -d "{
|
||||||
"username": "CI/CD",
|
\"username\": \"CI/CD\",
|
||||||
"icon_url": "https://www.claranet.com/br/sites/all/assets/br/cicd-icon.svg",
|
\"icon_url\": \"https://www.claranet.com/br/sites/all/assets/br/cicd-icon.svg\",
|
||||||
"attachments": [{
|
\"attachments\": [{
|
||||||
"color": "#81F781",
|
\"color\": \"#81F781\",
|
||||||
"author_name": "CI 진행 목록",
|
\"author_name\": \"CI 진행 목록\",
|
||||||
"author_icon": "https://www.claranet.com/br/sites/all/assets/br/cicd-icon.svg",
|
\"author_icon\": \"https://www.claranet.com/br/sites/all/assets/br/cicd-icon.svg\",
|
||||||
"text": "different_names"
|
\"text\": \"$different_names\"
|
||||||
}]
|
}]
|
||||||
}' https://chat.exem.io/hooks/d8eb7x771pdaiym8xfgju8mx8a
|
}" https://chat.exem.io/hooks/d8eb7x771pdaiym8xfgju8mx8a
|
||||||
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]}"
|
||||||
|
|||||||
Reference in New Issue
Block a user