Skip to content

Commit

Permalink
change notification
Browse files Browse the repository at this point in the history
Signed-off-by: Leclerc Clement <[email protected]>
  • Loading branch information
clementleclercRTE committed Dec 2, 2024
1 parent 44f0f52 commit 1a98722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/build_module.sh
100644 → 100755
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)" >> $BUILD_STATUS
echo "$MODULE_NAME build FAILED" >> $BUILD_STATUS
else
echo "$MODULE_NAME build SUCCESS" >> $BUILD_STATUS
fi
Expand Down

0 comments on commit 1a98722

Please sign in to comment.