Skip to content

Commit b04ff63

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +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"
31+
echo >>"$COMMIT_MSG"
3232
mapfile -t BINARIES < <(
3333
grep --extended-regexp "^ *[^#]* *[A-Z]*_VERSION=" "$DEPENDENCIES" \
3434
| sed "s:export *\(.*\)_VERSION=.*:\1:" \

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +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"
30+
echo >>"$COMMIT_MSG"
3131
process_dockerfiles
3232
}
3333

0 commit comments

Comments
 (0)