Skip to content

Commit

Permalink
add slack notification
Browse files Browse the repository at this point in the history
Signed-off-by: Leclerc Clement <[email protected]>
  • Loading branch information
clementleclercRTE committed Nov 19, 2024
1 parent 7a218b7 commit 8b0a5da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/build_module.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $COMMAND
BUILD_EXIT=$?

if [ $BUILD_EXIT -ne 0 ]; then
echo "$MODULE_NAME build FAILED (exit code: $BUILD_EXIT) --> Céer une branch <$CORE_VERSION-SNAPSHOT>" >> $BUILD_STATUS
echo "$MODULE_NAME build FAILED (exit code: $BUILD_EXIT)" >> $BUILD_STATUS
else
echo "$MODULE_NAME build SUCCESS" >> $BUILD_STATUS
fi
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/snapshot-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,9 +299,9 @@ jobs:
*Job:* ${{ github.job }}
*Détails du build:*
```
---------------------------------------------
${{ steps.build_status.outputs.BUILD_STATUS_CONTENT }}
```
Voir les logs :
(https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})
Expand Down

0 comments on commit 8b0a5da

Please sign in to comment.