diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1907cf9..ab656ab 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 -X POST -H 'Content-Type: application/json' -d "{ + curl -s -o /dev/null -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 e1bd180..0be516d 100644 --- a/new_version.json +++ b/new_version.json @@ -9,10 +9,10 @@ }, { "name":"exemone_test_agent", - "version":"1.0.4" + "version":"1.1.0" }, { "name":"exemone_cicd_agent", - "version":"1.0.2" + "version":"1.0.4" } ] \ No newline at end of file