Skip to content

Commit 7255874

Browse files
committed
Fix commit message formatting on tasks
Signed-off-by: Romain Arnaud <[email protected]>
1 parent eb6e265 commit 7255874

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

developer/images/dependencies-update/hack/bin/tasks/update_binaries.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ source "$SCRIPT_DIR/../task.sh"
2828
run_task() {
2929
DEPENDENCIES="$WORKSPACE_DIR/shared/config/dependencies.sh"
3030
echo "Update binaries" >"$COMMIT_MSG"
31+
echo >"$COMMIT_MSG"
3132
mapfile -t BINARIES < <(
3233
grep --extended-regexp "^ *[^#]* *[A-Z]*_VERSION=" "$DEPENDENCIES" \
3334
| sed "s:export *\(.*\)_VERSION=.*:\1:" \

developer/images/dependencies-update/hack/bin/tasks/update_dockerfiles_base_images_sha.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ source "$SCRIPT_DIR/../task.sh"
2727

2828
run_task() {
2929
echo "Update base images SHA in Dockerfiles" >"$COMMIT_MSG"
30+
echo >"$COMMIT_MSG"
3031
process_dockerfiles
3132
}
3233

0 commit comments

Comments
 (0)