diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 02a74ad..1907cf9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,7 +39,7 @@ version_update: if [ ${#different_names[@]} -gt 0 ]; then echo "ㅤ" && echo "ㅤ" echo "아래 항목에 대해서 CI 작업을 시작합니다!" && echo "ㅤ" - curl -i -X POST -H 'Content-Type: application/json' -d "{ + curl -X POST -H 'Content-Type: application/json' -d "{ \"username\": \"CI/CD\", \"icon_url\": \"https://www.claranet.com/br/sites/all/assets/br/cicd-icon.svg\", \"attachments\": [{ diff --git a/new_version.json b/new_version.json index 5ff1516..e1bd180 100644 --- a/new_version.json +++ b/new_version.json @@ -6,5 +6,13 @@ { "name":"exemone_kafka_agent", "version":"1.0.9" + }, + { + "name":"exemone_test_agent", + "version":"1.0.4" + }, + { + "name":"exemone_cicd_agent", + "version":"1.0.2" } ] \ No newline at end of file