연산자 수정
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user