테스트

This commit is contained in:
정훈 변
2024-08-01 16:01:34 +09:00
parent b521f7cc69
commit 7a12b410e5
2 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ 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 -X POST -H 'Content-Type: application/json' -d "{ curl -s -o /dev/null -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\": [{

View File

@@ -9,10 +9,10 @@
}, },
{ {
"name":"exemone_test_agent", "name":"exemone_test_agent",
"version":"1.0.4" "version":"1.1.0"
}, },
{ {
"name":"exemone_cicd_agent", "name":"exemone_cicd_agent",
"version":"1.0.2" "version":"1.0.4"
} }
] ]