From d8cd23cbcf2d747942740c6f5c3443f1c2b739bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A0=95=ED=9B=88=20=EB=B3=80?= Date: Thu, 1 Aug 2024 17:26:59 +0900 Subject: [PATCH] =?UTF-8?q?=EC=97=B0=EC=82=B0=EC=9E=90=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5bdf911..17c9992 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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