연산자 수정

This commit is contained in:
정훈 변
2024-08-01 17:26:59 +09:00
parent ced79282de
commit d8cd23cbcf

View File

@@ -13,7 +13,7 @@ build:
- docker build --pull -t "$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\",
@@ -38,7 +38,7 @@ build:
fi
rules:
- if: '$TRIGGER_NAME == "exemone_java_agent"'
- if: '$TRIGGER_NAME = "exemone_java_agent"'
push:
image: docker:cli