CI 수정

This commit is contained in:
ByeonJungHun
2024-07-25 17:30:49 +09:00
parent 7dc7aa4a9c
commit 68245f521f

View File

@@ -45,7 +45,7 @@ version_update:
case $name in case $name in
exemone_java_agent) exemone_java_agent)
curl -X POST \ curl -s -X POST \
--fail \ --fail \
-F "token=$JAVA_AGENT_TOKEN" \ -F "token=$JAVA_AGENT_TOKEN" \
-F "ref=main" \ -F "ref=main" \
@@ -54,7 +54,7 @@ version_update:
https://lab.jhcloud.kr/api/v4/projects/53/trigger/pipeline https://lab.jhcloud.kr/api/v4/projects/53/trigger/pipeline
;; ;;
*) *)
echo "알 수 없는 프로젝트 입니다!" echo "프로젝트 \"$name\"를(을) 찾을 수 없습니다!"
;; ;;
esac esac