연산자 수정
This commit is contained in:
@@ -13,7 +13,7 @@ build:
|
|||||||
- docker build --pull -t "$IMAGE_NAME" .
|
- docker build --pull -t "$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\",
|
||||||
@@ -38,7 +38,7 @@ build:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
- if: '$TRIGGER_NAME == "exemone_java_agent"'
|
- if: '$TRIGGER_NAME = "exemone_java_agent"'
|
||||||
|
|
||||||
push:
|
push:
|
||||||
image: docker:cli
|
image: docker:cli
|
||||||
|
|||||||
Reference in New Issue
Block a user