연산자 수정
This commit is contained in:
@@ -53,7 +53,7 @@ push:
|
|||||||
- docker push "$IMAGE_NAME"
|
- docker push "$IMAGE_NAME"
|
||||||
after_script:
|
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 "{
|
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\",
|
||||||
|
|||||||
Reference in New Issue
Block a user