Skip to content

Commit

Permalink
Fix argument passing to slack script
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoscieln committed Apr 18, 2024
1 parent 84022b8 commit 887bdd8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ NIGHTLY_FAIL:
- if: '$CI_PIPELINE_SOURCE == "schedule" && $NIGHTLY == "true"'
when: on_failure
script:
- schutzbot/slack_notification.sh FAILED ":big-sad:"
- schutzbot/slack_notification.sh FAILED ":big-sad:" rhel

NIGHTLY_SUCCESS:
stage: finish
Expand All @@ -767,7 +767,7 @@ NIGHTLY_SUCCESS:
rules:
- if: '$CI_PIPELINE_SOURCE == "schedule" && $NIGHTLY == "true"'
script:
- schutzbot/slack_notification.sh SUCCESS ":partymeow:"
- schutzbot/slack_notification.sh SUCCESS ":partymeow:" rhel

NIGHTLY_GA/EUS_FAIL:
stage: finish
Expand All @@ -777,7 +777,7 @@ NIGHTLY_GA/EUS_FAIL:
- if: '$CI_PIPELINE_SOURCE == "schedule" && $NIGHTLY_GA== "true"'
when: on_failure
script:
- schutzbot/slack_notification.sh FAILED ":big-sad:"
- schutzbot/slack_notification.sh FAILED ":big-sad:" ga

NIGHTLY_GA/EUS_SUCCESS:
stage: finish
Expand All @@ -786,7 +786,7 @@ NIGHTLY_GA/EUS_SUCCESS:
rules:
- if: '$CI_PIPELINE_SOURCE == "schedule" && $NIGHTLY_GA== "true"'
script:
- schutzbot/slack_notification.sh SUCCESS ":partymeow:"
- schutzbot/slack_notification.sh SUCCESS ":partymeow:" ga

Installer:
stage: test
Expand Down

0 comments on commit 887bdd8

Please sign in to comment.