연산자 수정

This commit is contained in:
정훈 변
2024-08-01 17:27:50 +09:00
parent d8cd23cbcf
commit 7011ece4af

View File

@@ -53,7 +53,7 @@ push:
- docker push "$IMAGE_NAME"
after_script:
- |
if [ "$CI_JOB_STATUS" == "success" ]; then
if [ "$CI_JOB_STATUS" = "success" ]; then
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\",